ValuesUnit

unit-functions ValuesUnit

concept

  1. values-unit is a unit with as role to define the value-type and metric of the values of a data-item.
  2. ValuesUnit() is a function to get the Values Unit of an attribute.

This page describes the ValuesUnit() function.

syntax

  • ValuesUnit(a)

definition

ValuesUnit(a) results in a unit with a reference to the values-unit of attribute a.

example

unit<uint32> RefADomain := ValuesUnit(A);

see also