Skip to content

Class: BaseVoltage

_Defines a system base voltage which is referenced. _

URI: cim:BaseVoltage

 classDiagram
    class BaseVoltage
      IdentifiedObject <|-- BaseVoltage

      BaseVoltage : alias_name

      BaseVoltage : conducting_equipment

          BaseVoltage --> ConductingEquipment : conducting_equipment

      BaseVoltage : description

      BaseVoltage : diagram_objects

          BaseVoltage --> DiagramObject : diagram_objects

      BaseVoltage : instance_set

          BaseVoltage --> InstanceSet : instance_set

      BaseVoltage : m_rid

      BaseVoltage : names

          BaseVoltage --> Name : names

      BaseVoltage : network_asset_deployment

          BaseVoltage --> AssetDeployment : network_asset_deployment

      BaseVoltage : nominal_voltage

          BaseVoltage --> Voltage : nominal_voltage

      BaseVoltage : properties_cimdata_object

          BaseVoltage --> ChangeSetMember : properties_cimdata_object

      BaseVoltage : targeting_cimdata_object

          BaseVoltage --> ChangeSetMember : targeting_cimdata_object

      BaseVoltage : topological_node

          BaseVoltage --> TopologicalNode : topological_node

      BaseVoltage : transformer_ends

          BaseVoltage --> TransformerEnd : transformer_ends

      BaseVoltage : voltage_level

          BaseVoltage --> VoltageLevel : voltage_level

Inheritance

Slots

Name Cardinality and Range Description Inheritance
nominal_voltage 0..1
Voltage
The power system resource's base voltage direct
conducting_equipment 0..*
ConductingEquipment
All conducting equipment with this base voltage direct
voltage_level 0..*
VoltageLevel
The voltage levels having this base voltage direct
transformer_ends 0..*
TransformerEnd
Transformer ends at the base voltage direct
topological_node 0..*
TopologicalNode
The topological nodes at the base voltage direct
network_asset_deployment 0..*
AssetDeployment
A network asset deployment at this base voltage level 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
TopologicalNode base_voltage range BaseVoltage
TransformerEnd base_voltage range BaseVoltage
ProtectedSwitch base_voltage range BaseVoltage
Switch base_voltage range BaseVoltage
ConductingEquipment base_voltage range BaseVoltage
VoltageLevel base_voltage range BaseVoltage
AssetDeployment base_voltage range BaseVoltage
TransformerTankEnd base_voltage range BaseVoltage
PowerTransformer base_voltage range BaseVoltage
PowerTransformerEnd base_voltage range BaseVoltage
Clamp base_voltage range BaseVoltage
ACLineSegment base_voltage range BaseVoltage
Conductor base_voltage range BaseVoltage
Cut base_voltage range BaseVoltage
Ground base_voltage range BaseVoltage
Jumper base_voltage range BaseVoltage
EnergyConnection base_voltage range BaseVoltage
RotatingMachine base_voltage range BaseVoltage
RegulatingCondEq base_voltage range BaseVoltage
BusbarSection base_voltage range BaseVoltage
Connector base_voltage range BaseVoltage
SynchronousMachine base_voltage range BaseVoltage
EquivalentInjection base_voltage range BaseVoltage
EquivalentEquipment base_voltage range BaseVoltage
PowerElectronicsConnection base_voltage range BaseVoltage
AsynchronousMachine base_voltage range BaseVoltage
MktPowerTransformer base_voltage range BaseVoltage
MktSeriesCompensator base_voltage range BaseVoltage
SeriesCompensator base_voltage range BaseVoltage
MktACLineSegment base_voltage range BaseVoltage
ACDCConverter base_voltage range BaseVoltage
ShuntCompensator base_voltage range BaseVoltage
Disconnector base_voltage range BaseVoltage
EnergyConsumer base_voltage range BaseVoltage
Breaker base_voltage range BaseVoltage
GroundDisconnector base_voltage range BaseVoltage
Fuse base_voltage range BaseVoltage
PetersenCoil base_voltage range BaseVoltage
EarthFaultCompensator base_voltage range BaseVoltage
GroundingImpedance base_voltage range BaseVoltage
Recloser base_voltage range BaseVoltage
Sectionaliser base_voltage range BaseVoltage
EnergySource base_voltage range BaseVoltage
StaticVarCompensator base_voltage range BaseVoltage
Junction base_voltage range BaseVoltage
FrequencyConverter base_voltage range BaseVoltage
LoadBreakSwitch base_voltage range BaseVoltage
ExternalNetworkInjection base_voltage range BaseVoltage
LinearShuntCompensator base_voltage range BaseVoltage
NonlinearShuntCompensator base_voltage range BaseVoltage
WireSegment base_voltage range BaseVoltage
DisconnectingCircuitBreaker base_voltage range BaseVoltage
ConformLoad base_voltage range BaseVoltage
NonConformLoad base_voltage range BaseVoltage
StationSupply base_voltage range BaseVoltage
EquivalentShunt base_voltage range BaseVoltage
EquivalentBranch base_voltage range BaseVoltage
VsConverter base_voltage range BaseVoltage
CsConverter base_voltage range BaseVoltage
SVC base_voltage range BaseVoltage
MktShuntCompensator base_voltage range BaseVoltage
MktSwitch base_voltage range BaseVoltage
MktConductingEquipment base_voltage range BaseVoltage

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: BaseVoltage
description: 'Defines a system base voltage which is referenced. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  nominal_voltage:
    name: nominal_voltage
    description: The power system resource's base voltage.  Shall be a positive value
      and not zero.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.nominalVoltage
    multivalued: false
    domain_of:
    - BaseVoltage
    - EnergySource
    range: Voltage
    required: false
  conducting_equipment:
    name: conducting_equipment
    description: All conducting equipment with this base voltage.  Use only when there
      is no voltage level container used and only one base voltage applies.  For example,
      not used for transformers.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:BaseVoltage.ConductingEquipment
    multivalued: true
    domain_of:
    - Terminal
    - SvStatus
    - BaseVoltage
    - ProtectiveActionAdjustment
    range: ConductingEquipment
    required: false
  voltage_level:
    name: voltage_level
    description: The voltage levels having this base voltage.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.VoltageLevel
    multivalued: true
    domain_of:
    - BaseVoltage
    - Bay
    range: VoltageLevel
    required: false
  transformer_ends:
    name: transformer_ends
    description: Transformer ends at the base voltage.  This is essential for PU calculation.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.TransformerEnds
    multivalued: true
    domain_of:
    - BaseVoltage
    range: TransformerEnd
    required: false
  topological_node:
    name: topological_node
    description: The topological nodes at the base voltage.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:BaseVoltage.TopologicalNode
    multivalued: true
    domain_of:
    - ReportingGroup
    - BusNameMarker
    - ConnectivityNodeContainer
    - SvInjection
    - SvVoltage
    - ConnectivityNode
    - Terminal
    - BaseVoltage
    range: TopologicalNode
    required: false
  network_asset_deployment:
    name: network_asset_deployment
    description: A network asset deployment at this base voltage level.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.NetworkAssetDeployment
    multivalued: true
    domain_of:
    - BaseVoltage
    range: AssetDeployment
    required: false
class_uri: cim:BaseVoltage

Induced

name: BaseVoltage
description: 'Defines a system base voltage which is referenced. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  nominal_voltage:
    name: nominal_voltage
    description: The power system resource's base voltage.  Shall be a positive value
      and not zero.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.nominalVoltage
    multivalued: false
    alias: nominal_voltage
    owner: BaseVoltage
    domain_of:
    - BaseVoltage
    - EnergySource
    range: Voltage
    required: false
  conducting_equipment:
    name: conducting_equipment
    description: All conducting equipment with this base voltage.  Use only when there
      is no voltage level container used and only one base voltage applies.  For example,
      not used for transformers.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:BaseVoltage.ConductingEquipment
    multivalued: true
    alias: conducting_equipment
    owner: BaseVoltage
    domain_of:
    - Terminal
    - SvStatus
    - BaseVoltage
    - ProtectiveActionAdjustment
    range: ConductingEquipment
    required: false
  voltage_level:
    name: voltage_level
    description: The voltage levels having this base voltage.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.VoltageLevel
    multivalued: true
    alias: voltage_level
    owner: BaseVoltage
    domain_of:
    - BaseVoltage
    - Bay
    range: VoltageLevel
    required: false
  transformer_ends:
    name: transformer_ends
    description: Transformer ends at the base voltage.  This is essential for PU calculation.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.TransformerEnds
    multivalued: true
    alias: transformer_ends
    owner: BaseVoltage
    domain_of:
    - BaseVoltage
    range: TransformerEnd
    required: false
  topological_node:
    name: topological_node
    description: The topological nodes at the base voltage.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:BaseVoltage.TopologicalNode
    multivalued: true
    alias: topological_node
    owner: BaseVoltage
    domain_of:
    - ReportingGroup
    - BusNameMarker
    - ConnectivityNodeContainer
    - SvInjection
    - SvVoltage
    - ConnectivityNode
    - Terminal
    - BaseVoltage
    range: TopologicalNode
    required: false
  network_asset_deployment:
    name: network_asset_deployment
    description: A network asset deployment at this base voltage level.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:BaseVoltage.NetworkAssetDeployment
    multivalued: true
    alias: network_asset_deployment
    owner: BaseVoltage
    domain_of:
    - BaseVoltage
    range: AssetDeployment
    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: BaseVoltage
    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: BaseVoltage
    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: BaseVoltage
    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: BaseVoltage
    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: BaseVoltage
    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: BaseVoltage
    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: BaseVoltage
    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: BaseVoltage
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:BaseVoltage