IOPoint
The class describe a measurement or control value. The purpose is to enable having attributes and associations common for measurement and control.
- NOTE: this is an abstract class and should not be instantiated directly
URI: cim:IOPoint
Type: Class
classDiagram
class IOPoint
click IOPoint href "../IOPoint"
IdentifiedObject <|-- IOPoint
click IdentifiedObject href "../IdentifiedObject"
IOPoint <|-- Control
click Control href "../Control"
IOPoint <|-- MeasurementValue
click MeasurementValue href "../MeasurementValue"
IOPoint : IdentifiedObject.description
IOPoint : IdentifiedObject.mRID
IOPoint : IdentifiedObject.name
Inheritance
- IdentifiedObject
- IOPoint
Attributes
Name | URI | Cardinality and Range | Description | Inheritance |
---|---|---|---|---|
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:IOPoint |
native | this:IOPoint |