Class Description

Discrete represents a discrete Measurement, i.e. a Measurement representing discrete values, e.g. a Breaker position.

Attributes

Name Type Description
maxValue Integer Normal value range maximum for any of the MeasurementValue.values. Used for scaling, e.g. in bar graphs or of telemetered raw values.
minValue Integer Normal value range minimum for any of the MeasurementValue.values. Used for scaling, e.g. in bar graphs or of telemetered raw values.
normalValue Integer Normal measurement value, e.g., used for percentage calculations.

Relationships

Inherits from

Descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
ValueAliasSet 0..1 Discrete 0..* ValueAliasSet The ValueAliasSet used for translation of a MeasurementValue.value to a name. Discretes The Measurements using the set for translation.
Discrete 1 DiscreteValue 0..* Discrete Measurement to which this value is connected. DiscreteValues The values connected to this measurement.