Skip to main content

Discrete

Class Description

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

Attributes

NameTypeDescription
maxValueIntegerNormal value range maximum for any of the MeasurementValue.values. Used for scaling, e.g. in bar graphs or of telemetered raw values.
minValueIntegerNormal value range minimum for any of the MeasurementValue.values. Used for scaling, e.g. in bar graphs or of telemetered raw values.
normalValueIntegerNormal measurement value, e.g., used for percentage calculations.

Relationships

Ancestors

Descendents

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
Discrete1DiscreteValue0..*DiscreteMeasurement to which this value is connected.DiscreteValuesThe values connected to this measurement.
Discrete0..*ValueAliasSet0..1DiscretesThe Measurements using the set for translation.ValueAliasSetThe ValueAliasSet used for translation of a MeasurementValue.value to a name.