Class: RegulatingControl
_Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. _
_Remote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment. _
_The specified terminal shall be associated with the connectivity node of the controlled point. The most specific subtype of RegulatingControl shall be used in case such equipment participate in the control, e.g. TapChangerControl for tap changers. _
_For flow control, load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment. _
_The attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases: _
_- For a power generating module operated in power factor control mode to specify maximum and minimum power factor values; _
_- Whenever it is necessary to have an off center target voltage for the tap changer regulator. For instance, due to long cables to off shore wind farms and the need to have a simpler setup at the off shore transformer platform, the voltage is controlled from the land at the connection point for the off shore wind farm. Since there usually is a voltage rise along the cable, there is typical and overvoltage of up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer on the on shore station is operated with a target set point, which is in the lower parts of the dead band. _
The attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue.
classDiagram
class RegulatingControl
PowerSystemResource <|-- RegulatingControl
RegulatingControl <|-- TapChangerControl
RegulatingControl <|-- ShuntCompensatorControl
RegulatingControl : alias_name
RegulatingControl : asset_datasheet
RegulatingControl --> AssetInfo : asset_datasheet
RegulatingControl : assets
RegulatingControl --> Asset : assets
RegulatingControl : clearances
RegulatingControl --> ClearanceDocument : clearances
RegulatingControl : configuration_event
RegulatingControl --> ConfigurationEvent : configuration_event
RegulatingControl : controls
RegulatingControl --> Control : controls
RegulatingControl : description
RegulatingControl : diagram_objects
RegulatingControl --> DiagramObject : diagram_objects
RegulatingControl : discrete
RegulatingControl : enabled
RegulatingControl : generic_action
RegulatingControl --> GenericAction : generic_action
RegulatingControl : instance_set
RegulatingControl --> InstanceSet : instance_set
RegulatingControl : location
RegulatingControl --> Location : location
RegulatingControl : m_rid
RegulatingControl : max_allowed_target_value
RegulatingControl : measurements
RegulatingControl --> Measurement : measurements
RegulatingControl : min_allowed_target_value
RegulatingControl : mode
RegulatingControl --> RegulatingControlModeKind : mode
RegulatingControl : monitored_phase
RegulatingControl --> PhaseCode : monitored_phase
RegulatingControl : names
RegulatingControl --> Name : names
RegulatingControl : operating_share
RegulatingControl --> OperatingShare : operating_share
RegulatingControl : operational_tags
RegulatingControl --> OperationalTag : operational_tags
RegulatingControl : properties_cimdata_object
RegulatingControl --> ChangeSetMember : properties_cimdata_object
RegulatingControl : protective_action_regulation
RegulatingControl --> ProtectiveActionRegulation : protective_action_regulation
RegulatingControl : psrevents
RegulatingControl --> PSREvent : psrevents
RegulatingControl : psrtype
RegulatingControl --> PSRType : psrtype
RegulatingControl : regulating_cond_eq
RegulatingControl --> RegulatingCondEq : regulating_cond_eq
RegulatingControl : regulation_schedule
RegulatingControl --> RegulationSchedule : regulation_schedule
RegulatingControl : reporting_group
RegulatingControl --> ReportingGroup : reporting_group
RegulatingControl : target_deadband
RegulatingControl : target_value
RegulatingControl : target_value_unit_multiplier
RegulatingControl --> UnitMultiplier : target_value_unit_multiplier
RegulatingControl : targeting_cimdata_object
RegulatingControl --> ChangeSetMember : targeting_cimdata_object
RegulatingControl : terminal
RegulatingControl --> Terminal : terminal
RegulatingControl : verification_action
RegulatingControl --> VerificationAction : verification_action
Inheritance
- IdentifiedObject
- PowerSystemResource
- RegulatingControl
- PowerSystemResource
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| discrete | 0..1 Boolean |
The regulation is performed in a discrete mode | direct |
| enabled | 0..1 Boolean |
The flag tells if regulation is enabled | direct |
| max_allowed_target_value | 0..1 Float |
Maximum allowed target value (RegulatingControl | direct |
| min_allowed_target_value | 0..1 Float |
Minimum allowed target value (RegulatingControl | direct |
| mode | 0..1 RegulatingControlModeKind |
The regulating control mode presently available | direct |
| monitored_phase | 0..1 PhaseCode |
Phase voltage controlling this regulator, measured at regulator location | direct |
| target_deadband | 0..1 Float |
This is a deadband used with discrete control to avoid excessive update of co... | direct |
| target_value | 0..1 Float |
The target value specified for case input | direct |
| target_value_unit_multiplier | 0..1 UnitMultiplier |
Specify the multiplier for used for the targetValue | direct |
| regulating_cond_eq | 0..* RegulatingCondEq |
The equipment that participates in this regulating control scheme | direct |
| regulation_schedule | 0..* RegulationSchedule |
Schedule for this regulating control | direct |
| terminal | 0..1 Terminal |
The terminal associated with this regulating control | direct |
| protective_action_regulation | 0..* ProtectiveActionRegulation |
Enable/disable a regulating control or set new target value | direct |
| controls | 0..* Control |
The controller outputs used to actually govern a regulating device, e | PowerSystemResource |
| measurements | 0..* Measurement |
The measurements associated with this power system resource | PowerSystemResource |
| psrtype | 0..1 PSRType |
Custom classification for this power system resource | PowerSystemResource |
| configuration_event | 0..* ConfigurationEvent |
All configuration events created for this Power System resource | PowerSystemResource |
| reporting_group | 0..* ReportingGroup |
Reporting groups to which this power system resource belongs | PowerSystemResource |
| operating_share | 0..* OperatingShare |
The operating shares of this power system resource | PowerSystemResource |
| asset_datasheet | 0..1 AssetInfo |
Datasheet information for this power system resource | PowerSystemResource |
| verification_action | 0..* VerificationAction |
The verification action that is performed on the power system resource | PowerSystemResource |
| clearances | 0..* ClearanceDocument |
All clearances applicable to this power system resource | PowerSystemResource |
| generic_action | 0..* GenericAction |
The generic action that is performed on the power system resource | PowerSystemResource |
| psrevents | 0..* PSREvent |
All events associated with this power system resource | PowerSystemResource |
| assets | 0..* Asset |
All assets represented by this power system resource | PowerSystemResource |
| location | 0..1 Location |
Location of this power system resource | PowerSystemResource |
| operational_tags | 0..* OperationalTag |
All operational tags placed on this power system resource | PowerSystemResource |
| 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:RegulatingControl |
| native | cim:RegulatingControl |
LinkML Source
Direct
name: RegulatingControl
description: "Specifies a set of equipment that works together to control a power\
\ system quantity such as voltage or flow. \r\nRemote bus voltage control is possible\
\ by specifying the controlled terminal located at some place remote from the controlling\
\ equipment.\r\nThe specified terminal shall be associated with the connectivity\
\ node of the controlled point. The most specific subtype of RegulatingControl\
\ shall be used in case such equipment participate in the control, e.g. TapChangerControl\
\ for tap changers.\r\nFor flow control, load sign convention is used, i.e. positive\
\ sign means flow out from a TopologicalNode (bus) into the conducting equipment.\r\
\nThe attribute minAllowedTargetValue and maxAllowedTargetValue are required in\
\ the following cases:\r\n- For a power generating module operated in power factor\
\ control mode to specify maximum and minimum power factor values;\r\n- Whenever\
\ it is necessary to have an off center target voltage for the tap changer regulator.\
\ For instance, due to long cables to off shore wind farms and the need to have\
\ a simpler setup at the off shore transformer platform, the voltage is controlled\
\ from the land at the connection point for the off shore wind farm. Since there\
\ usually is a voltage rise along the cable, there is typical and overvoltage of\
\ up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer\
\ on the on shore station is operated with a target set point, which is in the lower\
\ parts of the dead band.\r\nThe attributes minAllowedTargetValue and maxAllowedTargetValue\
\ are not related to the attribute targetDeadband and thus they are not treated\
\ as an alternative of the targetDeadband. They are needed due to limitations in\
\ the local substation controller. The attribute targetDeadband is used to prevent\
\ the power flow from move the tap position in circles (hunting) that is to be used\
\ regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: PowerSystemResource
attributes:
discrete:
name: discrete
description: The regulation is performed in a discrete mode. This applies to equipment
with discrete controls, e.g. tap changers and shunt compensators.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.discrete
multivalued: false
domain_of:
- RegulatingControl
- DiscreteValue
range: boolean
required: false
enabled:
name: enabled
description: The flag tells if regulation is enabled.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:RegulatingControl.enabled
multivalued: false
domain_of:
- ProtectiveAction
- EndDeviceFunction
- RegulatingControl
- DynamicsFunctionBlock
range: boolean
required: false
max_allowed_target_value:
name: max_allowed_target_value
description: Maximum allowed target value (RegulatingControl.targetValue).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.maxAllowedTargetValue
multivalued: false
domain_of:
- RegulatingControl
range: float
required: false
min_allowed_target_value:
name: min_allowed_target_value
description: "Minimum allowed target value (RegulatingControl.targetValue).\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.minAllowedTargetValue
multivalued: false
domain_of:
- RegulatingControl
range: float
required: false
mode:
name: mode
description: The regulating control mode presently available. This specification
allows for determining the kind of regulation without need for obtaining the
units from a schedule.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.mode
multivalued: false
domain_of:
- RegulatingControl
- PetersenCoil
range: RegulatingControlModeKind
required: false
monitored_phase:
name: monitored_phase
description: Phase voltage controlling this regulator, measured at regulator location.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.monitoredPhase
multivalued: false
domain_of:
- RegulatingControl
range: PhaseCode
required: false
target_deadband:
name: target_deadband
description: "This is a deadband used with discrete control to avoid excessive\
\ update of controls like tap changers and shunt compensator banks while regulating.\
\ The units of those appropriate for the mode. The attribute shall be a positive\
\ value or zero. If RegulatingControl.discrete is set to \"false\", the RegulatingControl.targetDeadband\
\ is to be ignored.\r\nNote that for instance, if the targetValue is 100 kV\
\ and the targetDeadband is 2 kV the range is from 99 to 101 kV."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.targetDeadband
multivalued: false
domain_of:
- RegulatingControl
range: float
required: false
target_value:
name: target_value
description: The target value specified for case input. This value can be used
for the target value without the use of schedules. The value has the units appropriate
to the mode attribute.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.targetValue
multivalued: false
domain_of:
- RegulatingControl
- ProtectiveActionRegulation
range: float
required: false
target_value_unit_multiplier:
name: target_value_unit_multiplier
description: Specify the multiplier for used for the targetValue.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.targetValueUnitMultiplier
multivalued: false
domain_of:
- RegulatingControl
range: UnitMultiplier
required: false
regulating_cond_eq:
name: regulating_cond_eq
description: The equipment that participates in this regulating control scheme.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.RegulatingCondEq
multivalued: true
domain_of:
- RegulatingControl
range: RegulatingCondEq
required: false
regulation_schedule:
name: regulation_schedule
description: Schedule for this regulating control.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.RegulationSchedule
multivalued: true
domain_of:
- RegulatingControl
- VoltageControlZone
range: RegulationSchedule
required: false
terminal:
name: terminal
description: 'The terminal associated with this regulating control. The terminal
is associated instead of a node, since the terminal could connect into either
a topological node or a connectivity node. Sometimes it is useful to model
regulation at a terminal of a bus bar object. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:RegulatingControl.Terminal
multivalued: false
domain_of:
- BusNameMarker
- OperationalLimitSet
- TopologicalNode
- TransformerEnd
- Measurement
- Bushing
- TieFlow
- SvPowerFlow
- RegulatingControl
- RemoteInputSignal
- BranchGroupTerminal
- AuxiliaryEquipment
- EquipmentFault
- PinTerminal
range: Terminal
required: false
protective_action_regulation:
name: protective_action_regulation
description: Enable/disable a regulating control or set new target value.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.ProtectiveActionRegulation
multivalued: true
domain_of:
- RegulatingControl
range: ProtectiveActionRegulation
required: false
class_uri: cim:RegulatingControl
Induced
name: RegulatingControl
description: "Specifies a set of equipment that works together to control a power\
\ system quantity such as voltage or flow. \r\nRemote bus voltage control is possible\
\ by specifying the controlled terminal located at some place remote from the controlling\
\ equipment.\r\nThe specified terminal shall be associated with the connectivity\
\ node of the controlled point. The most specific subtype of RegulatingControl\
\ shall be used in case such equipment participate in the control, e.g. TapChangerControl\
\ for tap changers.\r\nFor flow control, load sign convention is used, i.e. positive\
\ sign means flow out from a TopologicalNode (bus) into the conducting equipment.\r\
\nThe attribute minAllowedTargetValue and maxAllowedTargetValue are required in\
\ the following cases:\r\n- For a power generating module operated in power factor\
\ control mode to specify maximum and minimum power factor values;\r\n- Whenever\
\ it is necessary to have an off center target voltage for the tap changer regulator.\
\ For instance, due to long cables to off shore wind farms and the need to have\
\ a simpler setup at the off shore transformer platform, the voltage is controlled\
\ from the land at the connection point for the off shore wind farm. Since there\
\ usually is a voltage rise along the cable, there is typical and overvoltage of\
\ up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer\
\ on the on shore station is operated with a target set point, which is in the lower\
\ parts of the dead band.\r\nThe attributes minAllowedTargetValue and maxAllowedTargetValue\
\ are not related to the attribute targetDeadband and thus they are not treated\
\ as an alternative of the targetDeadband. They are needed due to limitations in\
\ the local substation controller. The attribute targetDeadband is used to prevent\
\ the power flow from move the tap position in circles (hunting) that is to be used\
\ regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: PowerSystemResource
attributes:
discrete:
name: discrete
description: The regulation is performed in a discrete mode. This applies to equipment
with discrete controls, e.g. tap changers and shunt compensators.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.discrete
multivalued: false
alias: discrete
owner: RegulatingControl
domain_of:
- RegulatingControl
- DiscreteValue
range: boolean
required: false
enabled:
name: enabled
description: The flag tells if regulation is enabled.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:RegulatingControl.enabled
multivalued: false
alias: enabled
owner: RegulatingControl
domain_of:
- ProtectiveAction
- EndDeviceFunction
- RegulatingControl
- DynamicsFunctionBlock
range: boolean
required: false
max_allowed_target_value:
name: max_allowed_target_value
description: Maximum allowed target value (RegulatingControl.targetValue).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.maxAllowedTargetValue
multivalued: false
alias: max_allowed_target_value
owner: RegulatingControl
domain_of:
- RegulatingControl
range: float
required: false
min_allowed_target_value:
name: min_allowed_target_value
description: "Minimum allowed target value (RegulatingControl.targetValue).\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.minAllowedTargetValue
multivalued: false
alias: min_allowed_target_value
owner: RegulatingControl
domain_of:
- RegulatingControl
range: float
required: false
mode:
name: mode
description: The regulating control mode presently available. This specification
allows for determining the kind of regulation without need for obtaining the
units from a schedule.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.mode
multivalued: false
alias: mode
owner: RegulatingControl
domain_of:
- RegulatingControl
- PetersenCoil
range: RegulatingControlModeKind
required: false
monitored_phase:
name: monitored_phase
description: Phase voltage controlling this regulator, measured at regulator location.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.monitoredPhase
multivalued: false
alias: monitored_phase
owner: RegulatingControl
domain_of:
- RegulatingControl
range: PhaseCode
required: false
target_deadband:
name: target_deadband
description: "This is a deadband used with discrete control to avoid excessive\
\ update of controls like tap changers and shunt compensator banks while regulating.\
\ The units of those appropriate for the mode. The attribute shall be a positive\
\ value or zero. If RegulatingControl.discrete is set to \"false\", the RegulatingControl.targetDeadband\
\ is to be ignored.\r\nNote that for instance, if the targetValue is 100 kV\
\ and the targetDeadband is 2 kV the range is from 99 to 101 kV."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.targetDeadband
multivalued: false
alias: target_deadband
owner: RegulatingControl
domain_of:
- RegulatingControl
range: float
required: false
target_value:
name: target_value
description: The target value specified for case input. This value can be used
for the target value without the use of schedules. The value has the units appropriate
to the mode attribute.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.targetValue
multivalued: false
alias: target_value
owner: RegulatingControl
domain_of:
- RegulatingControl
- ProtectiveActionRegulation
range: float
required: false
target_value_unit_multiplier:
name: target_value_unit_multiplier
description: Specify the multiplier for used for the targetValue.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.targetValueUnitMultiplier
multivalued: false
alias: target_value_unit_multiplier
owner: RegulatingControl
domain_of:
- RegulatingControl
range: UnitMultiplier
required: false
regulating_cond_eq:
name: regulating_cond_eq
description: The equipment that participates in this regulating control scheme.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.RegulatingCondEq
multivalued: true
alias: regulating_cond_eq
owner: RegulatingControl
domain_of:
- RegulatingControl
range: RegulatingCondEq
required: false
regulation_schedule:
name: regulation_schedule
description: Schedule for this regulating control.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.RegulationSchedule
multivalued: true
alias: regulation_schedule
owner: RegulatingControl
domain_of:
- RegulatingControl
- VoltageControlZone
range: RegulationSchedule
required: false
terminal:
name: terminal
description: 'The terminal associated with this regulating control. The terminal
is associated instead of a node, since the terminal could connect into either
a topological node or a connectivity node. Sometimes it is useful to model
regulation at a terminal of a bus bar object. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:RegulatingControl.Terminal
multivalued: false
alias: terminal
owner: RegulatingControl
domain_of:
- BusNameMarker
- OperationalLimitSet
- TopologicalNode
- TransformerEnd
- Measurement
- Bushing
- TieFlow
- SvPowerFlow
- RegulatingControl
- RemoteInputSignal
- BranchGroupTerminal
- AuxiliaryEquipment
- EquipmentFault
- PinTerminal
range: Terminal
required: false
protective_action_regulation:
name: protective_action_regulation
description: Enable/disable a regulating control or set new target value.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:RegulatingControl.ProtectiveActionRegulation
multivalued: true
alias: protective_action_regulation
owner: RegulatingControl
domain_of:
- RegulatingControl
range: ProtectiveActionRegulation
required: false
controls:
name: controls
description: The controller outputs used to actually govern a regulating device,
e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Controls
multivalued: true
alias: controls
owner: RegulatingControl
domain_of:
- PowerSystemResource
- HostControlArea
range: Control
required: false
measurements:
name: measurements
description: The measurements associated with this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Measurements
multivalued: true
alias: measurements
owner: RegulatingControl
domain_of:
- PowerSystemResource
- ACDCTerminal
- Asset
- Location
- Procedure
- AnalogLimitSet
- AccumulatorLimitSet
range: Measurement
required: false
psrtype:
name: psrtype
description: Custom classification for this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.PSRType
multivalued: false
alias: psrtype
owner: RegulatingControl
domain_of:
- PowerSystemResource
range: PSRType
required: false
configuration_event:
name: configuration_event
description: All configuration events created for this Power System resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.ConfigurationEvent
multivalued: true
alias: configuration_event
owner: RegulatingControl
domain_of:
- PowerSystemResource
- FaultCauseType
range: ConfigurationEvent
required: false
reporting_group:
name: reporting_group
description: Reporting groups to which this power system resource belongs.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.ReportingGroup
multivalued: true
alias: reporting_group
owner: RegulatingControl
domain_of:
- PowerSystemResource
- BusNameMarker
- TopologicalNode
- ReportingSuperGroup
range: ReportingGroup
required: false
operating_share:
name: operating_share
description: The operating shares of this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.OperatingShare
multivalued: true
alias: operating_share
owner: RegulatingControl
domain_of:
- PowerSystemResource
- OperatingParticipant
range: OperatingShare
required: false
asset_datasheet:
name: asset_datasheet
description: Datasheet information for this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.AssetDatasheet
multivalued: false
alias: asset_datasheet
owner: RegulatingControl
domain_of:
- PowerSystemResource
range: AssetInfo
required: false
verification_action:
name: verification_action
description: The verification action that is performed on the power system resource
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.VerificationAction
multivalued: true
alias: verification_action
owner: RegulatingControl
domain_of:
- PowerSystemResource
range: VerificationAction
required: false
clearances:
name: clearances
description: All clearances applicable to this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Clearances
multivalued: true
alias: clearances
owner: RegulatingControl
domain_of:
- PowerSystemResource
range: ClearanceDocument
required: false
generic_action:
name: generic_action
description: The generic action that is performed on the power system resource
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.GenericAction
multivalued: true
alias: generic_action
owner: RegulatingControl
domain_of:
- PowerSystemResource
range: GenericAction
required: false
psrevents:
name: psrevents
description: All events associated with this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.PSREvents
multivalued: true
alias: psrevents
owner: RegulatingControl
domain_of:
- PowerSystemResource
range: PSREvent
required: false
assets:
name: assets
description: All assets represented by this power system resource. For example,
multiple conductor assets are electrically modelled as a single AC line segment.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Assets
multivalued: true
alias: assets
owner: RegulatingControl
domain_of:
- PowerSystemResource
- AssetInfo
- Location
- WorkTask
- ErpRecDelvLineItem
- AssetContainer
- ActivityRecord
- Procedure
- ReliabilityInfo
- AssetPropertyCurve
- AssetOrganisationRole
- ScheduledEvent
range: Asset
required: false
location:
name: location
description: Location of this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.Location
multivalued: false
alias: location
owner: RegulatingControl
domain_of:
- PowerSystemResource
- Asset
- Incident
- SwitchingOrder
- TroubleOrder
- Crew
- Fault
- PointOfSale
- TroubleTicket
- OutageOrder
- EnvironmentalMonitoringStation
- EnvironmentalLocationType
- PositionPoint
- FailureEvent
range: Location
required: false
operational_tags:
name: operational_tags
description: All operational tags placed on this power system resource.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerSystemResource.OperationalTags
multivalued: true
alias: operational_tags
owner: RegulatingControl
domain_of:
- PowerSystemResource
- Asset
range: OperationalTag
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: RegulatingControl
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: RegulatingControl
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: RegulatingControl
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: RegulatingControl
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: RegulatingControl
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: RegulatingControl
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: RegulatingControl
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: RegulatingControl
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:RegulatingControl