LimitSet
Specifies a set of Limits that are associated with a Measurement. A Measurement may have several LimitSets corresponding to seasonal or other changing conditions. The condition is captured in the name and description attributes. The same LimitSet may be used for several Measurements. In particular percentage limits are used this way.
- NOTE: this is an abstract class and should not be instantiated directly
URI: cim:LimitSet
Type: Class
classDiagram
class LimitSet
click LimitSet href "../LimitSet"
IdentifiedObject <|-- LimitSet
click IdentifiedObject href "../IdentifiedObject"
LimitSet <|-- AccumulatorLimitSet
click AccumulatorLimitSet href "../AccumulatorLimitSet"
LimitSet <|-- AnalogLimitSet
click AnalogLimitSet href "../AnalogLimitSet"
LimitSet : IdentifiedObject.description
LimitSet : LimitSet.isPercentageLimits
LimitSet : IdentifiedObject.mRID
LimitSet : IdentifiedObject.name
Inheritance
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
isPercentageLimits | cim:LimitSet.isPercentageLimits | 0..1 boolean |
Tells if the limit values are in percentage of normalValue or the specified U... | direct |
mRID | cim:IdentifiedObject.mRID | 1 string |
Master resource identifier issued by a model authority | IdentifiedObject |
description | cim:IdentifiedObject.description | 0..1 string |
The description is a free human readable text describing or naming the object | IdentifiedObject |
name | cim:IdentifiedObject.name | 1 string |
The name is any free human readable and possibly non unique text naming the o... | IdentifiedObject |
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/2020/CPSM-Operation#
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:LimitSet |
native | this:LimitSet |