Skip to main content

Analog

Class Description

Analog represents an analog Measurement.

Attributes

NameTypeDescription
maxValueFloatNormal value range maximum for any of the MeasurementValue.values. Used for scaling, e.g. in bar graphs or of telemetered raw values.
minValueFloatNormal value range minimum for any of the MeasurementValue.values. Used for scaling, e.g. in bar graphs or of telemetered raw values.
normalValueFloatNormal measurement value, e.g., used for percentage calculations.
positiveFlowInBooleanIf true then this measurement is an active power, reactive power or current with the convention that a positive value measured at the Terminal means power is flowing into the related PowerSystemResource.

Relationships

Ancestors

Descendents

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
Analog1AnalogValue0..*AnalogMeasurement to which this value is connected.AnalogValuesThe values connected to this measurement.
Analog0..*AnalogLimitSet0..*MeasurementsThe Measurements using the LimitSet.LimitSetsA measurement may have zero or more limit ranges defined for it.