Class Description
Accumulator represents an accumulated (counted) Measurement, e.g. an energy value.
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. |
Relationships
Inherits from
Descendant classes
- No 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 |
---|---|---|---|---|---|---|---|
Accumulator | 0..* | AccumulatorLimitSet | 0..* | Measurements | The Measurements using the LimitSet. | LimitSets | A measurement may have zero or more limit ranges defined for it. |
Accumulator | 1 | AccumulatorValue | 0..* | Accumulator | Measurement to which this value is connected. | AccumulatorValues | The values connected to this measurement. |