Skip to content

Class: ACDCTerminal

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

URI: cim:ACDCTerminal

 classDiagram
    class ACDCTerminal
      IdentifiedObject <|-- ACDCTerminal


      ACDCTerminal <|-- Terminal
      ACDCTerminal <|-- DCBaseTerminal


      ACDCTerminal : alias_name

      ACDCTerminal : bus_name_marker

          ACDCTerminal --> BusNameMarker : bus_name_marker

      ACDCTerminal : connected

      ACDCTerminal : description

      ACDCTerminal : diagram_objects

          ACDCTerminal --> DiagramObject : diagram_objects

      ACDCTerminal : instance_set

          ACDCTerminal --> InstanceSet : instance_set

      ACDCTerminal : m_rid

      ACDCTerminal : measurements

          ACDCTerminal --> Measurement : measurements

      ACDCTerminal : names

          ACDCTerminal --> Name : names

      ACDCTerminal : operational_limit_set

          ACDCTerminal --> OperationalLimitSet : operational_limit_set

      ACDCTerminal : properties_cimdata_object

          ACDCTerminal --> ChangeSetMember : properties_cimdata_object

      ACDCTerminal : sequence_number

      ACDCTerminal : targeting_cimdata_object

          ACDCTerminal --> ChangeSetMember : targeting_cimdata_object

Inheritance

Slots

Name Cardinality and Range Description Inheritance
connected 0..1
Boolean
The connected status is related to a bus-branch model and the topological nod... direct
sequence_number 0..1
Integer
The orientation of the terminal connections for a multiple terminal conductin... direct
bus_name_marker 0..1
BusNameMarker
The bus name marker used to name the bus (topological node) direct
operational_limit_set 0..*
OperationalLimitSet
The operational limit sets at the terminal direct
measurements 0..*
Measurement
Measurements associated with this terminal defining where the measurement is... direct
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
BusNameMarker terminal range ACDCTerminal
OperationalLimitSet terminal range ACDCTerminal
Measurement terminal range ACDCTerminal
MktMeasurement terminal range ACDCTerminal
Analog terminal range ACDCTerminal
EnvironmentalAnalog terminal range ACDCTerminal
EnvironmentalStringMeasurement terminal range ACDCTerminal
StringMeasurement terminal range ACDCTerminal
EnvironmentalDiscrete terminal range ACDCTerminal
Discrete terminal range ACDCTerminal
Accumulator terminal range ACDCTerminal
OilAnalysisMoistureAnalog terminal range ACDCTerminal
AssetAnalog terminal range ACDCTerminal
AssetStringMeasurement terminal range ACDCTerminal
AssetDiscrete terminal range ACDCTerminal
InspectionAnalog terminal range ACDCTerminal
AssetTemperaturePressureAnalog terminal range ACDCTerminal
OilAnalysisFluidDiscrete terminal range ACDCTerminal
InspectionDiscrete terminal range ACDCTerminal
OilAnalysisPCBDiscrete terminal range ACDCTerminal
OilAnalysisFluidAnalog terminal range ACDCTerminal
OilAnalysisGasAnalog terminal range ACDCTerminal
OilAnalysisPCBAnalog terminal range ACDCTerminal
OilAnalysisParticleDiscrete terminal range ACDCTerminal
OilAnalysisMetalsAnalog terminal range ACDCTerminal
OilAnalysisParticleAnalog terminal range ACDCTerminal
OilAnalysisPaperAnalog terminal range ACDCTerminal
GeosphericAnalog terminal range ACDCTerminal
HydrosphericAnalog terminal range ACDCTerminal
AtmosphericAnalog terminal range ACDCTerminal
SpaceAnalog terminal range ACDCTerminal

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ACDCTerminal
description: An electrical connection point (AC or DC) to a piece of conducting equipment.
  Terminals are connected at physical connection points called connectivity nodes.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  connected:
    name: connected
    description: "The connected status is related to a bus-branch model and the topological\
      \ node to terminal relation.  True implies the terminal is connected to the\
      \ related topological node and false implies it is not. \r\nIn a bus-branch\
      \ model, the connected status is used to tell if equipment is disconnected without\
      \ having to change the connectivity described by the topological node to terminal\
      \ relation. A valid case is that conducting equipment can be connected in one\
      \ end and open in the other. In particular for an AC line segment, where the\
      \ reactive line charging can be significant, this is a relevant case.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ACDCTerminal.connected
    multivalued: false
    domain_of:
    - ACDCTerminal
    range: boolean
    required: false
  sequence_number:
    name: sequence_number
    description: "The orientation of the terminal connections for a multiple terminal\
      \ conducting equipment.  The sequence numbering starts with 1 and additional\
      \ terminals should follow in increasing order.   The first terminal is the \"\
      starting point\" for a two terminal branch.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ACDCTerminal.sequenceNumber
    multivalued: false
    domain_of:
    - ModelOperationArg
    - ModelOperation
    - DiagramObjectPoint
    - ACDCTerminal
    - WorkFlowStep
    - SwitchingStep
    - SwitchingStepGroup
    - FieldDispatchStep
    - UserAttribute
    - Procedure
    - TimeTariffInterval
    - ConsumptionTariffInterval
    - WirePosition
    - ACLineSegmentPhase
    - RegularTimePoint
    - TimePoint
    - PositionPoint
    - WireSegmentPhase
    - ProfileData
    range: integer
    required: false
  bus_name_marker:
    name: bus_name_marker
    description: The bus name marker used to name the bus (topological node).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ACDCTerminal.BusNameMarker
    multivalued: false
    domain_of:
    - ReportingGroup
    - ACDCTerminal
    - TopologicalNode
    range: BusNameMarker
    required: false
  operational_limit_set:
    name: operational_limit_set
    description: The operational limit sets at the terminal.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ACDCTerminal.OperationalLimitSet
    multivalued: true
    domain_of:
    - ACDCTerminal
    - OperationalLimit
    - Equipment
    range: OperationalLimitSet
    required: false
  measurements:
    name: measurements
    description: Measurements associated with this terminal defining  where the measurement
      is placed in the network topology.  It may be used, for instance, to capture
      the sensor position, such as a voltage transformer (PT) at a busbar or a current
      transformer (CT) at the bar between a breaker and an isolator.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ACDCTerminal.Measurements
    multivalued: true
    domain_of:
    - PowerSystemResource
    - ACDCTerminal
    - Asset
    - Location
    - Procedure
    - AnalogLimitSet
    - AccumulatorLimitSet
    range: Measurement
    required: false
class_uri: cim:ACDCTerminal

Induced

name: ACDCTerminal
description: An electrical connection point (AC or DC) to a piece of conducting equipment.
  Terminals are connected at physical connection points called connectivity nodes.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  connected:
    name: connected
    description: "The connected status is related to a bus-branch model and the topological\
      \ node to terminal relation.  True implies the terminal is connected to the\
      \ related topological node and false implies it is not. \r\nIn a bus-branch\
      \ model, the connected status is used to tell if equipment is disconnected without\
      \ having to change the connectivity described by the topological node to terminal\
      \ relation. A valid case is that conducting equipment can be connected in one\
      \ end and open in the other. In particular for an AC line segment, where the\
      \ reactive line charging can be significant, this is a relevant case.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ACDCTerminal.connected
    multivalued: false
    alias: connected
    owner: ACDCTerminal
    domain_of:
    - ACDCTerminal
    range: boolean
    required: false
  sequence_number:
    name: sequence_number
    description: "The orientation of the terminal connections for a multiple terminal\
      \ conducting equipment.  The sequence numbering starts with 1 and additional\
      \ terminals should follow in increasing order.   The first terminal is the \"\
      starting point\" for a two terminal branch.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ACDCTerminal.sequenceNumber
    multivalued: false
    alias: sequence_number
    owner: ACDCTerminal
    domain_of:
    - ModelOperationArg
    - ModelOperation
    - DiagramObjectPoint
    - ACDCTerminal
    - WorkFlowStep
    - SwitchingStep
    - SwitchingStepGroup
    - FieldDispatchStep
    - UserAttribute
    - Procedure
    - TimeTariffInterval
    - ConsumptionTariffInterval
    - WirePosition
    - ACLineSegmentPhase
    - RegularTimePoint
    - TimePoint
    - PositionPoint
    - WireSegmentPhase
    - ProfileData
    range: integer
    required: false
  bus_name_marker:
    name: bus_name_marker
    description: The bus name marker used to name the bus (topological node).
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ACDCTerminal.BusNameMarker
    multivalued: false
    alias: bus_name_marker
    owner: ACDCTerminal
    domain_of:
    - ReportingGroup
    - ACDCTerminal
    - TopologicalNode
    range: BusNameMarker
    required: false
  operational_limit_set:
    name: operational_limit_set
    description: The operational limit sets at the terminal.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:ACDCTerminal.OperationalLimitSet
    multivalued: true
    alias: operational_limit_set
    owner: ACDCTerminal
    domain_of:
    - ACDCTerminal
    - OperationalLimit
    - Equipment
    range: OperationalLimitSet
    required: false
  measurements:
    name: measurements
    description: Measurements associated with this terminal defining  where the measurement
      is placed in the network topology.  It may be used, for instance, to capture
      the sensor position, such as a voltage transformer (PT) at a busbar or a current
      transformer (CT) at the bar between a breaker and an isolator.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:ACDCTerminal.Measurements
    multivalued: true
    alias: measurements
    owner: ACDCTerminal
    domain_of:
    - PowerSystemResource
    - ACDCTerminal
    - Asset
    - Location
    - Procedure
    - AnalogLimitSet
    - AccumulatorLimitSet
    range: Measurement
    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: ACDCTerminal
    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: ACDCTerminal
    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: ACDCTerminal
    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: ACDCTerminal
    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: ACDCTerminal
    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: ACDCTerminal
    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: ACDCTerminal
    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: ACDCTerminal
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:ACDCTerminal