Class: Control
_Control is used for supervisory/device control. It represents control outputs that are used to change the state in a process, e.g. close or open breaker, a set point value or a raise lower command. _
__
URI: cim:Control
classDiagram
class Control
IOPoint <|-- Control
Control <|-- AnalogControl
Control <|-- Command
Control <|-- AccumulatorReset
Control : alias_name
Control : bilateral_to_iopoint
Control --> ProvidedBilateralPoint : bilateral_to_iopoint
Control : control_action
Control --> ControlAction : control_action
Control : control_type
Control : description
Control : diagram_objects
Control --> DiagramObject : diagram_objects
Control : instance_set
Control --> InstanceSet : instance_set
Control : iopoint_source
Control --> IOPointSource : iopoint_source
Control : m_rid
Control : names
Control --> Name : names
Control : operation_in_progress
Control : power_system_resource
Control --> PowerSystemResource : power_system_resource
Control : properties_cimdata_object
Control --> ChangeSetMember : properties_cimdata_object
Control : remote_control
Control --> RemoteControl : remote_control
Control : targeting_cimdata_object
Control --> ChangeSetMember : targeting_cimdata_object
Control : time_stamp
Control : unit_multiplier
Control --> UnitMultiplier : unit_multiplier
Control : unit_symbol
Control --> UnitSymbol : unit_symbol
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| control_type | 0..1 String |
Specifies the type of Control | direct |
| operation_in_progress | 0..1 Boolean |
Indicates that a client is currently sending control commands that has not co... | direct |
| time_stamp | 0..1 date |
The last time a control output was sent | direct |
| unit_multiplier | 0..1 UnitMultiplier |
The unit multiplier of the controlled quantity | direct |
| unit_symbol | 0..1 UnitSymbol |
The unit of measure of the controlled quantity | direct |
| remote_control | 0..1 RemoteControl |
The remote point controlling the physical actuator | direct |
| power_system_resource | 0..1 PowerSystemResource |
Regulating device governed by this control output | direct |
| control_action | 0..1 ControlAction |
The control action that is performed on the control | direct |
| bilateral_to_iopoint | 0..* ProvidedBilateralPoint |
Bilateral ICCP point for the measurement or control | IOPoint |
| iopoint_source | 0..1 IOPointSource |
Local merasurement value source for an ICCP point | IOPoint |
| alias_name | 0..1 String |
The aliasName is free text human readable name of the object alternative to I... | IdentifiedObject |
| description | 0..1 String |
The description is a free human readable text describing or naming the object | IdentifiedObject |
| m_rid | 0..1 String |
Master resource identifier issued by a model authority | IdentifiedObject |
| diagram_objects | 0..* DiagramObject |
The diagram objects that are associated with the domain object | IdentifiedObject |
| instance_set | 1..1 InstanceSet |
Dataset containing the data objects | IdentifiedObject |
| names | 0..* Name |
All names of this identified object | IdentifiedObject |
| properties_cimdata_object | 0..1 ChangeSetMember |
The single CIM data object in the appropriate dataset context | IdentifiedObject |
| targeting_cimdata_object | 0..* ChangeSetMember |
Data objects registered | IdentifiedObject |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:Control |
| native | cim:Control |
LinkML Source
Direct
name: Control
description: "Control is used for supervisory/device control. It represents control\
\ outputs that are used to change the state in a process, e.g. close or open breaker,\
\ a set point value or a raise lower command.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IOPoint
attributes:
control_type:
name: control_type
description: Specifies the type of Control. For example, this specifies if the
Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise,
GeneratorLower, etc.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.controlType
multivalued: false
domain_of:
- Control
range: string
required: false
operation_in_progress:
name: operation_in_progress
description: "Indicates that a client is currently sending control commands that\
\ has not completed.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.operationInProgress
multivalued: false
domain_of:
- Control
range: boolean
required: false
time_stamp:
name: time_stamp
description: "The last time a control output was sent.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.timeStamp
multivalued: false
domain_of:
- NetworkModelProjectChangeVersion
- MeasurementValue
- ReadingQuality
- DERCurveData
- Control
- ChargeProfileData
- SCADAInformation
range: date
required: false
unit_multiplier:
name: unit_multiplier
description: The unit multiplier of the controlled quantity.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.unitMultiplier
multivalued: false
domain_of:
- Measurement
- ProtectionEquipment
- Control
range: UnitMultiplier
required: false
unit_symbol:
name: unit_symbol
description: The unit of measure of the controlled quantity.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.unitSymbol
multivalued: false
domain_of:
- Measurement
- ProtectionEquipment
- Control
- ResourceCapacity
range: UnitSymbol
required: false
remote_control:
name: remote_control
description: The remote point controlling the physical actuator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.RemoteControl
multivalued: false
domain_of:
- Control
range: RemoteControl
required: false
power_system_resource:
name: power_system_resource
description: Regulating device governed by this control output.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.PowerSystemResource
multivalued: false
domain_of:
- ReportingGroup
- Measurement
- ConfigurationEvent
- Control
- OperationalTag
- OperatingShare
- VerificationAction
- GenericAction
- PSREvent
range: PowerSystemResource
required: false
control_action:
name: control_action
description: The control action that is performed on the control
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.ControlAction
multivalued: false
domain_of:
- Control
range: ControlAction
required: false
class_uri: cim:Control
Induced
name: Control
description: "Control is used for supervisory/device control. It represents control\
\ outputs that are used to change the state in a process, e.g. close or open breaker,\
\ a set point value or a raise lower command.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IOPoint
attributes:
control_type:
name: control_type
description: Specifies the type of Control. For example, this specifies if the
Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise,
GeneratorLower, etc.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.controlType
multivalued: false
alias: control_type
owner: Control
domain_of:
- Control
range: string
required: false
operation_in_progress:
name: operation_in_progress
description: "Indicates that a client is currently sending control commands that\
\ has not completed.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.operationInProgress
multivalued: false
alias: operation_in_progress
owner: Control
domain_of:
- Control
range: boolean
required: false
time_stamp:
name: time_stamp
description: "The last time a control output was sent.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.timeStamp
multivalued: false
alias: time_stamp
owner: Control
domain_of:
- NetworkModelProjectChangeVersion
- MeasurementValue
- ReadingQuality
- DERCurveData
- Control
- ChargeProfileData
- SCADAInformation
range: date
required: false
unit_multiplier:
name: unit_multiplier
description: The unit multiplier of the controlled quantity.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.unitMultiplier
multivalued: false
alias: unit_multiplier
owner: Control
domain_of:
- Measurement
- ProtectionEquipment
- Control
range: UnitMultiplier
required: false
unit_symbol:
name: unit_symbol
description: The unit of measure of the controlled quantity.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.unitSymbol
multivalued: false
alias: unit_symbol
owner: Control
domain_of:
- Measurement
- ProtectionEquipment
- Control
- ResourceCapacity
range: UnitSymbol
required: false
remote_control:
name: remote_control
description: The remote point controlling the physical actuator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.RemoteControl
multivalued: false
alias: remote_control
owner: Control
domain_of:
- Control
range: RemoteControl
required: false
power_system_resource:
name: power_system_resource
description: Regulating device governed by this control output.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:Control.PowerSystemResource
multivalued: false
alias: power_system_resource
owner: Control
domain_of:
- ReportingGroup
- Measurement
- ConfigurationEvent
- Control
- OperationalTag
- OperatingShare
- VerificationAction
- GenericAction
- PSREvent
range: PowerSystemResource
required: false
control_action:
name: control_action
description: The control action that is performed on the control
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:Control.ControlAction
multivalued: false
alias: control_action
owner: Control
domain_of:
- Control
range: ControlAction
required: false
bilateral_to_iopoint:
name: bilateral_to_iopoint
description: Bilateral ICCP point for the measurement or control.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IOPoint.BilateralToIOPoint
multivalued: true
alias: bilateral_to_iopoint
owner: Control
domain_of:
- IOPoint
range: ProvidedBilateralPoint
required: false
iopoint_source:
name: iopoint_source
description: Local merasurement value source for an ICCP point.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IOPoint.IOPointSource
multivalued: false
alias: iopoint_source
owner: Control
domain_of:
- IOPoint
range: IOPointSource
required: false
alias_name:
name: alias_name
description: "The aliasName is free text human readable name of the object alternative\
\ to IdentifiedObject.name. It may be non unique and may not correlate to a\
\ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
\ compatibility between CIM relases. It is however recommended to replace aliasName\
\ with the Name class as aliasName is planned for retirement at a future time.\r\
\n\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.aliasName
multivalued: false
alias: alias_name
owner: Control
domain_of:
- IdentifiedObject
range: string
required: false
description:
name: description
description: The description is a free human readable text describing or naming
the object. It may be non unique and may not correlate to a naming hierarchy.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.description
multivalued: false
alias: description
owner: Control
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
- DataSet
- SwitchingStepGroup
- AreaReserveSpec
range: string
required: false
m_rid:
name: m_rid
description: "Master resource identifier issued by a model authority. The mRID\
\ is unique within an exchange context. Global uniqueness is easily achieved\
\ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
\ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
\ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
\ CIM object elements."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.mRID
multivalued: false
alias: m_rid
owner: Control
domain_of:
- IdentifiedObject
- DataSet
range: string
required: false
diagram_objects:
name: diagram_objects
description: The diagram objects that are associated with the domain object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.DiagramObjects
multivalued: true
alias: diagram_objects
owner: Control
domain_of:
- IdentifiedObject
range: DiagramObject
required: false
instance_set:
name: instance_set
description: Dataset containing the data objects.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.InstanceSet
multivalued: false
alias: instance_set
owner: Control
domain_of:
- IdentifiedObject
range: InstanceSet
required: true
names:
name: names
description: All names of this identified object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.Names
multivalued: true
alias: names
owner: Control
domain_of:
- IdentifiedObject
- NameType
range: Name
required: false
properties_cimdata_object:
name: properties_cimdata_object
description: The single CIM data object in the appropriate dataset context.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
multivalued: false
alias: properties_cimdata_object
owner: Control
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
targeting_cimdata_object:
name: targeting_cimdata_object
description: Data objects registered.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
multivalued: true
alias: targeting_cimdata_object
owner: Control
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:Control