Skip to content

Class: ControlAction

Control executed as a switching step.

URI: cim:ControlAction

 classDiagram
    class ControlAction
      SwitchingAction <|-- ControlAction

      ControlAction : alias_name

      ControlAction : analog_value

      ControlAction : control

          ControlAction --> Control : control

      ControlAction : crew

          ControlAction --> Crew : crew

      ControlAction : description

      ControlAction : diagram_objects

          ControlAction --> DiagramObject : diagram_objects

      ControlAction : discrete_value

      ControlAction : executed_date_time

      ControlAction : instance_set

          ControlAction --> InstanceSet : instance_set

      ControlAction : issued_date_time

      ControlAction : m_rid

      ControlAction : names

          ControlAction --> Name : names

      ControlAction : operator

          ControlAction --> Operator : operator

      ControlAction : phases

          ControlAction --> PhaseCode : phases

      ControlAction : planned_date_time

      ControlAction : properties_cimdata_object

          ControlAction --> ChangeSetMember : properties_cimdata_object

      ControlAction : switching_event

          ControlAction --> SwitchingEvent : switching_event

      ControlAction : switching_plan

          ControlAction --> SwitchingPlan : switching_plan

      ControlAction : switching_step

          ControlAction --> SwitchingStep : switching_step

      ControlAction : targeting_cimdata_object

          ControlAction --> ChangeSetMember : targeting_cimdata_object

Inheritance

Slots

Name Cardinality and Range Description Inheritance
analog_value 0..1
Float
The analog value used for the analog control, the raise/lower control and the... direct
discrete_value 0..1
Integer
The integer value used for the command or the accumulator reset direct
control 0..1
Control
The control that the control action is performed on direct
executed_date_time 0..1
date
Actual date and time of this switching step SwitchingAction
issued_date_time 0..1
date
Date and time when the crew was given the instruction to execute the action; ... SwitchingAction
phases 0..1
PhaseCode
Phases of the Switching Action SwitchingAction
planned_date_time 0..1
date
Planned date and time of this switching step SwitchingAction
switching_plan 0..1
SwitchingPlan
The switching plan that is associated with the switching actions SwitchingAction
operator 0..1
Operator
Operator responsible for this switching step SwitchingAction
crew 0..*
Crew
The crew that is assigned to the switching action SwitchingAction
switching_event 0..1
SwitchingEvent
The switching event that the switching action is performed on SwitchingAction
switching_step 0..1
SwitchingStep
The switching step that is associated to the switching action SwitchingAction
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

used by used in type used
AnalogControl control_action range ControlAction
Control control_action range ControlAction
Command control_action range ControlAction
RaiseLowerCommand control_action range ControlAction
AccumulatorReset control_action range ControlAction
SetPoint control_action range ControlAction

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:ControlAction
native cim:ControlAction

LinkML Source

Direct

name: ControlAction
description: Control executed as a switching step.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: SwitchingAction
attributes:
  analog_value:
    name: analog_value
    description: The analog value used for the analog control, the raise/lower control
      and the set point control
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ControlAction.analogValue
    multivalued: false
    domain_of:
    - AltGeneratingUnitMeas
    - AltTieMeas
    - AnalogControl
    - ControlAction
    range: float
    required: false
  discrete_value:
    name: discrete_value
    description: The integer value used for the command or the accumulator reset.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ControlAction.discreteValue
    multivalued: false
    domain_of:
    - ControlAction
    - Command
    range: integer
    required: false
  control:
    name: control
    description: The control that the control action is performed on.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ControlAction.Control
    multivalued: false
    domain_of:
    - RemoteControl
    - ControlAction
    range: Control
    required: false
class_uri: cim:ControlAction

Induced

name: ControlAction
description: Control executed as a switching step.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: SwitchingAction
attributes:
  analog_value:
    name: analog_value
    description: The analog value used for the analog control, the raise/lower control
      and the set point control
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ControlAction.analogValue
    multivalued: false
    alias: analog_value
    owner: ControlAction
    domain_of:
    - AltGeneratingUnitMeas
    - AltTieMeas
    - AnalogControl
    - ControlAction
    range: float
    required: false
  discrete_value:
    name: discrete_value
    description: The integer value used for the command or the accumulator reset.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ControlAction.discreteValue
    multivalued: false
    alias: discrete_value
    owner: ControlAction
    domain_of:
    - ControlAction
    - Command
    range: integer
    required: false
  control:
    name: control
    description: The control that the control action is performed on.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ControlAction.Control
    multivalued: false
    alias: control
    owner: ControlAction
    domain_of:
    - RemoteControl
    - ControlAction
    range: Control
    required: false
  executed_date_time:
    name: executed_date_time
    description: Actual date and time of this switching step.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:SwitchingAction.executedDateTime
    multivalued: false
    alias: executed_date_time
    owner: ControlAction
    domain_of:
    - SwitchingAction
    range: date
    required: false
  issued_date_time:
    name: issued_date_time
    description: Date and time when the crew was given the instruction to execute
      the action; not applicable if the action is performed by operator remote control.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:SwitchingAction.issuedDateTime
    multivalued: false
    alias: issued_date_time
    owner: ControlAction
    domain_of:
    - SwitchingAction
    - SafetyDocument
    range: date
    required: false
  phases:
    name: phases
    description: Phases of the Switching Action
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:SwitchingAction.phases
    multivalued: false
    alias: phases
    owner: ControlAction
    domain_of:
    - Terminal
    - Measurement
    - SwitchingAction
    - Fault
    - TransformerTankEnd
    - ReadingType
    range: PhaseCode
    required: false
  planned_date_time:
    name: planned_date_time
    description: Planned date and time of this switching step.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:SwitchingAction.plannedDateTime
    multivalued: false
    alias: planned_date_time
    owner: ControlAction
    domain_of:
    - SwitchingAction
    range: date
    required: false
  switching_plan:
    name: switching_plan
    description: The switching plan that is associated with the switching actions.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:SwitchingAction.SwitchingPlan
    multivalued: false
    alias: switching_plan
    owner: ControlAction
    domain_of:
    - SwitchingPlanRequest
    - SwitchingOrder
    - WorkTask
    - SwitchingAction
    - SwitchingStepGroup
    - OutagePlan
    - PlannedOutageNotification
    - SafetyDocument
    range: SwitchingPlan
    required: false
  operator:
    name: operator
    description: Operator responsible for this switching step.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:SwitchingAction.Operator
    multivalued: false
    alias: operator
    owner: ControlAction
    domain_of:
    - SwitchingAction
    range: Operator
    required: false
  crew:
    name: crew
    description: The crew that is assigned to the switching action.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:SwitchingAction.Crew
    multivalued: true
    alias: crew
    owner: ControlAction
    domain_of:
    - Location
    - Capability
    - SwitchingAction
    - FieldDispatchHistory
    - Outage
    - WorkAsset
    - CrewMember
    range: Crew
    required: false
  switching_event:
    name: switching_event
    description: The switching event that the switching action is performed on
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:SwitchingAction.SwitchingEvent
    multivalued: false
    alias: switching_event
    owner: ControlAction
    domain_of:
    - SwitchingAction
    range: SwitchingEvent
    required: false
  switching_step:
    name: switching_step
    description: The switching step that is associated to the switching action.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:SwitchingAction.SwitchingStep
    multivalued: false
    alias: switching_step
    owner: ControlAction
    domain_of:
    - SwitchingAction
    - SwitchingStepGroup
    - RevisionHistory
    range: SwitchingStep
    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: ControlAction
    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: ControlAction
    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: ControlAction
    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: ControlAction
    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: ControlAction
    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: ControlAction
    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: ControlAction
    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: ControlAction
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:ControlAction