OperationalLimit
A value associated with a specific kind of limit.The sub class value attribute shall be positive.The sub class value attribute is inversely proportional to OperationalLimitType.acceptableDuration (acceptableDuration for short). A pair of value_x and acceptableDuration_x are related to each other as follows:if value_1 > value_2 > value_3 >... thenacceptableDuration_1 < acceptableDuration_2 < acceptableDuration_3 < ...A value_x with direction=high shall be greater than a value_y with direction=low.
- NOTE: this is an abstract class and should not be instantiated directly
URI: cim:OperationalLimit
Type: Class
classDiagram
class OperationalLimit
click OperationalLimit href "../OperationalLimit"
IdentifiedObject <|-- OperationalLimit
click IdentifiedObject href "../IdentifiedObject"
OperationalLimit <|-- ActivePowerLimit
click ActivePowerLimit href "../ActivePowerLimit"
OperationalLimit <|-- ApparentPowerLimit
click ApparentPowerLimit href "../ApparentPowerLimit"
OperationalLimit <|-- CurrentLimit
click CurrentLimit href "../CurrentLimit"
OperationalLimit <|-- VoltageLimit
click VoltageLimit href "../VoltageLimit"
OperationalLimit : IdentifiedObject.description
OperationalLimit : IdentifiedObject.mRID
OperationalLimit : IdentifiedObject.name
OperationalLimit : OperationalLimit.OperationalLimitSet
OperationalLimit --> OperationalLimitSet : OperationalLimit.OperationalLimitSet
click OperationalLimitSet href "../OperationalLimitSet"
OperationalLimit : OperationalLimit.OperationalLimitType
OperationalLimit --> OperationalLimitType : OperationalLimit.OperationalLimitType
click OperationalLimitType href "../OperationalLimitType"
Inheritance
- IdentifiedObject
- OperationalLimit
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
OperationalLimitSet | cim:OperationalLimit.OperationalLimitSet | 1 OperationalLimitSet |
The limit set to which the limit values belong | direct |
OperationalLimitType | cim:OperationalLimit.OperationalLimitType | 1 OperationalLimitType |
The limit type associated with this limit | direct |
mRID | cim:IdentifiedObject.mRID | 0..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/2013/CPSM-Operation#
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:OperationalLimit |
native | this:OperationalLimit |