Skip to content

Class: ACLineSegment

A wire or combination of wires, with consistent electrical characteristics, building a single electrical system, used to carry alternating current between points in the power system.

For symmetrical, transposed three phase lines, it is sufficient to use attributes of the line segment, which describe impedances and admittances for the entire length of the segment. Additionally impedances can be computed by using length and associated per length impedances.

The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch.

URI: cim:ACLineSegment

 classDiagram
    class ACLineSegment
      Conductor <|-- ACLineSegment

      ACLineSegment : Equipment.aggregate

      ACLineSegment : ConductingEquipment.BaseVoltage

          ACLineSegment --> BaseVoltage : ConductingEquipment.BaseVoltage

      ACLineSegment : ACLineSegment.bch

          ACLineSegment --> Susceptance : ACLineSegment.bch

      ACLineSegment : IdentifiedObject.description

      ACLineSegment : IdentifiedObject.energyIdentCodeEic

      ACLineSegment : Equipment.EquipmentContainer

          ACLineSegment --> EquipmentContainer : Equipment.EquipmentContainer

      ACLineSegment : ACLineSegment.gch

          ACLineSegment --> Conductance : ACLineSegment.gch

      ACLineSegment : Conductor.length

          ACLineSegment --> Length : Conductor.length

      ACLineSegment : IdentifiedObject.mRID

      ACLineSegment : IdentifiedObject.Names

          ACLineSegment --> Name : IdentifiedObject.Names

      ACLineSegment : Equipment.normallyInService

      ACLineSegment : ACLineSegment.r

          ACLineSegment --> Resistance : ACLineSegment.r

      ACLineSegment : IdentifiedObject.shortName

      ACLineSegment : ConductingEquipment.Terminals

          ACLineSegment --> Terminal : ConductingEquipment.Terminals

      ACLineSegment : ACLineSegment.x

          ACLineSegment --> Reactance : ACLineSegment.x

Inheritance

Slots

Name Cardinality and Range Description Inheritance
bch 1..1
Susceptance
Positive sequence shunt (charging) susceptance, uniformly distributed, of the... direct
gch 0..1
Conductance
Positive sequence shunt (charging) conductance, uniformly distributed, of the... direct
r 1..1
Resistance
Positive sequence series resistance of the entire line section direct
x 1..1
Reactance
Positive sequence series reactance of the entire line section direct
length 0..1
Length
Segment length for calculating line section capabilities Conductor
base_voltage 0..1
BaseVoltage
Base voltage of this conducting equipment ConductingEquipment
terminals 0..*
Terminal
Conducting equipment have terminals that may be connected to other conducting... ConductingEquipment
aggregate 0..1
Boolean
The aggregate flag provides an alternative way of representing an aggregated ... Equipment
normally_in_service 0..1
Boolean
Specifies the availability of the equipment under normal operating conditions Equipment
equipment_container 0..1
EquipmentContainer
Container of this equipment Equipment
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

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:ACLineSegment
native this:ACLineSegment

LinkML Source

Direct

name: ACLineSegment
description: 'A wire or combination of wires, with consistent electrical characteristics,
  building a single electrical system, used to carry alternating current between points
  in the power system.

  For symmetrical, transposed three phase lines, it is sufficient to use attributes
  of the line segment, which describe impedances and admittances for the entire length
  of the segment.  Additionally impedances can be computed by using length and associated
  per length impedances.

  The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same
  BaseVoltage.nominalVoltage. However, boundary lines may have slightly different
  BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference
  in general requires use of an equivalent branch.'
from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
rank: 1000
is_a: Conductor
attributes:
  bch:
    name: bch
    description: Positive sequence shunt (charging) susceptance, uniformly distributed,
      of the entire line section.  This value represents the full charging over the
      full length of the line.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.bch
    multivalued: false
    domain_of:
    - ACLineSegment
    range: Susceptance
    required: true
  gch:
    name: gch
    description: Positive sequence shunt (charging) conductance, uniformly distributed,
      of the entire line section.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.gch
    multivalued: false
    domain_of:
    - ACLineSegment
    range: Conductance
    required: false
  r:
    name: r
    description: Positive sequence series resistance of the entire line section.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.r
    multivalued: false
    domain_of:
    - ACLineSegment
    - PowerTransformerEnd
    range: Resistance
    required: true
  x:
    name: x
    description: Positive sequence series reactance of the entire line section.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.x
    multivalued: false
    domain_of:
    - ACLineSegment
    - PowerTransformerEnd
    range: Reactance
    required: true
class_uri: cim:ACLineSegment

Induced

name: ACLineSegment
description: 'A wire or combination of wires, with consistent electrical characteristics,
  building a single electrical system, used to carry alternating current between points
  in the power system.

  For symmetrical, transposed three phase lines, it is sufficient to use attributes
  of the line segment, which describe impedances and admittances for the entire length
  of the segment.  Additionally impedances can be computed by using length and associated
  per length impedances.

  The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same
  BaseVoltage.nominalVoltage. However, boundary lines may have slightly different
  BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference
  in general requires use of an equivalent branch.'
from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
rank: 1000
is_a: Conductor
attributes:
  bch:
    name: bch
    description: Positive sequence shunt (charging) susceptance, uniformly distributed,
      of the entire line section.  This value represents the full charging over the
      full length of the line.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.bch
    multivalued: false
    alias: bch
    owner: ACLineSegment
    domain_of:
    - ACLineSegment
    range: Susceptance
    required: true
  gch:
    name: gch
    description: Positive sequence shunt (charging) conductance, uniformly distributed,
      of the entire line section.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.gch
    multivalued: false
    alias: gch
    owner: ACLineSegment
    domain_of:
    - ACLineSegment
    range: Conductance
    required: false
  r:
    name: r
    description: Positive sequence series resistance of the entire line section.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.r
    multivalued: false
    alias: r
    owner: ACLineSegment
    domain_of:
    - ACLineSegment
    - PowerTransformerEnd
    range: Resistance
    required: true
  x:
    name: x
    description: Positive sequence series reactance of the entire line section.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ACLineSegment.x
    multivalued: false
    alias: x
    owner: ACLineSegment
    domain_of:
    - ACLineSegment
    - PowerTransformerEnd
    range: Reactance
    required: true
  length:
    name: length
    description: Segment length for calculating line section capabilities.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:Conductor.length
    multivalued: false
    alias: length
    owner: ACLineSegment
    domain_of:
    - Conductor
    range: Length
    required: false
  base_voltage:
    name: base_voltage
    description: Base voltage of this conducting equipment.  Use only when there is
      no voltage level container used and only one base voltage applies.  For example,
      not used for transformers.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ConductingEquipment.BaseVoltage
    multivalued: false
    alias: base_voltage
    owner: ACLineSegment
    domain_of:
    - ConductingEquipment
    - VoltageLevel
    - TransformerEnd
    range: BaseVoltage
    required: false
  terminals:
    name: terminals
    description: Conducting equipment have terminals that may be connected to other
      conducting equipment terminals via connectivity nodes or topological nodes.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:ConductingEquipment.Terminals
    multivalued: true
    alias: terminals
    owner: ACLineSegment
    domain_of:
    - ConductingEquipment
    - ConnectivityNode
    range: Terminal
    required: false
  aggregate:
    name: aggregate
    description: "The aggregate flag provides an alternative way of representing an\
      \ aggregated (equivalent) element. It is applicable in cases when the dedicated\
      \ classes for equivalent equipment do not have all of the attributes necessary\
      \ to represent the required level of detail.  In case the flag is set to “true”\
      \ the single instance of equipment represents multiple pieces of equipment that\
      \ have been modelled together as an aggregate equivalent obtained by a network\
      \ reduction procedure. Examples would be power transformers or synchronous machines\
      \ operating in parallel modelled as a single aggregate power transformer or\
      \ aggregate synchronous machine.  \nThe attribute is not used for EquivalentBranch,\
      \ EquivalentShunt and EquivalentInjection."
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:Equipment.aggregate
    multivalued: false
    alias: aggregate
    owner: ACLineSegment
    domain_of:
    - Equipment
    range: boolean
    required: false
  normally_in_service:
    name: normally_in_service
    description: Specifies the availability of the equipment under normal operating
      conditions. True means the equipment is available for topology processing, which
      determines if the equipment is energized or not. False means that the equipment
      is treated by network applications as if it is not in the model.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:Equipment.normallyInService
    multivalued: false
    alias: normally_in_service
    owner: ACLineSegment
    domain_of:
    - Equipment
    range: boolean
    required: false
  equipment_container:
    name: equipment_container
    description: Container of this equipment.
    from_schema: http://iec.ch/TC57/ns/CIM/CoreEquipment-EU#Package_CoreEquipmentProfile
    rank: 1000
    slot_uri: cim:Equipment.EquipmentContainer
    multivalued: false
    alias: equipment_container
    owner: ACLineSegment
    domain_of:
    - Equipment
    range: EquipmentContainer
    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: ACLineSegment
    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: ACLineSegment
    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: ACLineSegment
    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: ACLineSegment
    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: ACLineSegment
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
class_uri: cim:ACLineSegment