Skip to content

Class: VoltageLevel

A collection of equipment at one common system voltage forming a switchgear. The equipment typically consists of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these.

URI: cim:VoltageLevel

 classDiagram
    class VoltageLevel
      EquipmentContainer <|-- VoltageLevel

      VoltageLevel : VoltageLevel.BaseVoltage

          VoltageLevel --> BaseVoltage : VoltageLevel.BaseVoltage

      VoltageLevel : VoltageLevel.Bays

          VoltageLevel --> Bay : VoltageLevel.Bays

      VoltageLevel : ConnectivityNodeContainer.ConnectivityNodes

          VoltageLevel --> ConnectivityNode : ConnectivityNodeContainer.ConnectivityNodes

      VoltageLevel : IdentifiedObject.description

      VoltageLevel : IdentifiedObject.energyIdentCodeEic

      VoltageLevel : EquipmentContainer.Equipments

          VoltageLevel --> Equipment : EquipmentContainer.Equipments

      VoltageLevel : VoltageLevel.highVoltageLimit

          VoltageLevel --> Voltage : VoltageLevel.highVoltageLimit

      VoltageLevel : VoltageLevel.lowVoltageLimit

          VoltageLevel --> Voltage : VoltageLevel.lowVoltageLimit

      VoltageLevel : IdentifiedObject.mRID

      VoltageLevel : IdentifiedObject.Names

          VoltageLevel --> Name : IdentifiedObject.Names

      VoltageLevel : IdentifiedObject.shortName

      VoltageLevel : VoltageLevel.Substation

          VoltageLevel --> Substation : VoltageLevel.Substation

Inheritance

Slots

Name Cardinality and Range Description Inheritance
base_voltage 1..1
BaseVoltage
The base voltage used for all equipment within the voltage level direct
bays 0..*
Bay
The bays within this voltage level direct
substation 1..1
Substation
The substation of the voltage level direct
high_voltage_limit 0..1
Voltage
The bus bar's high voltage limit direct
low_voltage_limit 0..1
Voltage
The bus bar's low voltage limit direct
equipments 0..*
Equipment
Contained equipment EquipmentContainer
connectivity_nodes 0..*
ConnectivityNode
Connectivity nodes which belong to this connectivity node container ConnectivityNodeContainer
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
energy_ident_code_eic 0..1
String
The attribute is used for an exchange of the EIC code (Energy identification ... IdentifiedObject
m_rid 1..1
String
Master resource identifier issued by a model authority IdentifiedObject
short_name 0..1
String
The attribute is used for an exchange of a human readable short name with len... IdentifiedObject
names 0..*
Name
All names of this identified object IdentifiedObject

Usages

used by used in type used
BaseVoltage voltage_level range VoltageLevel
Bay voltage_level range VoltageLevel
Substation voltage_levels range VoltageLevel

Identifier and Mapping Information

Schema Source

  • from schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile

Mappings

Mapping Type Mapped Value
self cim:VoltageLevel
native this:VoltageLevel

LinkML Source

Direct

name: VoltageLevel
description: A collection of equipment at one common system voltage forming a switchgear.
  The equipment typically consists of breakers, busbars, instrumentation, control,
  regulation and protection devices as well as assemblies of all these.
from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
rank: 1000
is_a: EquipmentContainer
attributes:
  base_voltage:
    name: base_voltage
    description: The base voltage used for all equipment within the voltage level.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:VoltageLevel.BaseVoltage
    multivalued: false
    domain_of:
    - ConductingEquipment
    - VoltageLevel
    - TransformerEnd
    range: BaseVoltage
    required: true
  bays:
    name: bays
    description: The bays within this voltage level.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.Bays
    multivalued: true
    domain_of:
    - VoltageLevel
    range: Bay
    required: false
  substation:
    name: substation
    description: The substation of the voltage level.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.Substation
    multivalued: false
    domain_of:
    - VoltageLevel
    range: Substation
    required: true
  high_voltage_limit:
    name: high_voltage_limit
    description: 'The bus bar''s high voltage limit.

      The limit applies to all equipment and nodes contained in a given VoltageLevel.
      It is not required that it is exchanged in pair with lowVoltageLimit. It is
      preferable to use operational VoltageLimit, which prevails, if present.'
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.highVoltageLimit
    multivalued: false
    domain_of:
    - VoltageLevel
    range: Voltage
    required: false
  low_voltage_limit:
    name: low_voltage_limit
    description: 'The bus bar''s low voltage limit.

      The limit applies to all equipment and nodes contained in a given VoltageLevel.
      It is not required that it is exchanged in pair with highVoltageLimit. It is
      preferable to use operational VoltageLimit, which prevails, if present.'
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.lowVoltageLimit
    multivalued: false
    domain_of:
    - VoltageLevel
    range: Voltage
    required: false
class_uri: cim:VoltageLevel

Induced

name: VoltageLevel
description: A collection of equipment at one common system voltage forming a switchgear.
  The equipment typically consists of breakers, busbars, instrumentation, control,
  regulation and protection devices as well as assemblies of all these.
from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
rank: 1000
is_a: EquipmentContainer
attributes:
  base_voltage:
    name: base_voltage
    description: The base voltage used for all equipment within the voltage level.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    slot_uri: cim:VoltageLevel.BaseVoltage
    multivalued: false
    alias: base_voltage
    owner: VoltageLevel
    domain_of:
    - ConductingEquipment
    - VoltageLevel
    - TransformerEnd
    range: BaseVoltage
    required: true
  bays:
    name: bays
    description: The bays within this voltage level.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.Bays
    multivalued: true
    alias: bays
    owner: VoltageLevel
    domain_of:
    - VoltageLevel
    range: Bay
    required: false
  substation:
    name: substation
    description: The substation of the voltage level.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.Substation
    multivalued: false
    alias: substation
    owner: VoltageLevel
    domain_of:
    - VoltageLevel
    range: Substation
    required: true
  high_voltage_limit:
    name: high_voltage_limit
    description: 'The bus bar''s high voltage limit.

      The limit applies to all equipment and nodes contained in a given VoltageLevel.
      It is not required that it is exchanged in pair with lowVoltageLimit. It is
      preferable to use operational VoltageLimit, which prevails, if present.'
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.highVoltageLimit
    multivalued: false
    alias: high_voltage_limit
    owner: VoltageLevel
    domain_of:
    - VoltageLevel
    range: Voltage
    required: false
  low_voltage_limit:
    name: low_voltage_limit
    description: 'The bus bar''s low voltage limit.

      The limit applies to all equipment and nodes contained in a given VoltageLevel.
      It is not required that it is exchanged in pair with highVoltageLimit. It is
      preferable to use operational VoltageLimit, which prevails, if present.'
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:VoltageLevel.lowVoltageLimit
    multivalued: false
    alias: low_voltage_limit
    owner: VoltageLevel
    domain_of:
    - VoltageLevel
    range: Voltage
    required: false
  equipments:
    name: equipments
    description: Contained equipment.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:EquipmentContainer.Equipments
    multivalued: true
    alias: equipments
    owner: VoltageLevel
    domain_of:
    - EquipmentContainer
    range: Equipment
    required: false
  connectivity_nodes:
    name: connectivity_nodes
    description: Connectivity nodes which belong to this connectivity node container.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ConnectivityNodeContainer.ConnectivityNodes
    multivalued: true
    alias: connectivity_nodes
    owner: VoltageLevel
    domain_of:
    - ConnectivityNodeContainer
    range: ConnectivityNode
    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: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    multivalued: false
    alias: description
    owner: VoltageLevel
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    range: string
    required: false
  energy_ident_code_eic:
    name: energy_ident_code_eic
    description: The attribute is used for an exchange of the EIC code (Energy identification
      Code). The length of the string is 16 characters as defined by the EIC code.
      For details on EIC scheme please refer to ENTSO-E web site.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: eu:IdentifiedObject.energyIdentCodeEic
    multivalued: false
    alias: energy_ident_code_eic
    owner: VoltageLevel
    domain_of:
    - IdentifiedObject
    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.

      For 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: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    multivalued: false
    alias: m_rid
    owner: VoltageLevel
    domain_of:
    - IdentifiedObject
    range: string
    required: true
  short_name:
    name: short_name
    description: The attribute is used for an exchange of a human readable short name
      with length of the string 12 characters maximum.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: eu:IdentifiedObject.shortName
    multivalued: false
    alias: short_name
    owner: VoltageLevel
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  names:
    name: names
    description: All names of this identified object.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: VoltageLevel
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
class_uri: cim:VoltageLevel