Analog
Analog represents an analog Measurement.
URI: cim:Analog
Type: Class
classDiagram
class Analog
click Analog href "../Analog"
Measurement <|-- Analog
click Measurement href "../Measurement"
Analog : IdentifiedObject.description
Analog : Measurement.measurementType
Analog : IdentifiedObject.mRID
Analog : IdentifiedObject.name
Analog : Analog.positiveFlowIn
Analog : Measurement.PowerSystemResource
Analog --> PowerSystemResource : Measurement.PowerSystemResource
click PowerSystemResource href "../PowerSystemResource"
Analog : Measurement.Terminal
Analog --> ACDCTerminal : Measurement.Terminal
click ACDCTerminal href "../ACDCTerminal"
Inheritance
- IdentifiedObject
- Measurement
- Analog
- Measurement
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
positiveFlowIn | cim:Analog.positiveFlowIn | 0..1 boolean |
If true then this measurement is an active power, reactive power or current w... | direct |
measurementType | cim:Measurement.measurementType | 1 string |
Specifies the type of measurement | Measurement |
PowerSystemResource | cim:Measurement.PowerSystemResource | 1 PowerSystemResource |
The power system resource that contains the measurement | Measurement |
Terminal | cim:Measurement.Terminal | 0..1 ACDCTerminal |
One or more measurements may be associated with a terminal in the network | Measurement |
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 |
Usages
used by | used in | type | used |
---|---|---|---|
AnalogLimitSet | Measurements | range | Analog |
AnalogValue | Analog | range | Analog |
Comments
- – The positiveFlowIn attribute is only required if the Measurement measures a directional flow of power.– The association to Terminal may not be required depending on how the Measurement is being used. See section Use of Measurement Class for details.– The measurementType attribute is used to define the quantity being measured (Voltage, ThreePhaseActivePower, etc.) by a Measurement. The valid values for measurementType are defined in Normative String Tables.
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/2020/CPSM-Operation#
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:Analog |
native | this:Analog |