CIM14 :: ENTSOE :: Equipment :: Wires :: ACLineSegment :: ACLineSegment :: Class ACLineSegment
[hide private]
[frames] | no frames]

Class ACLineSegment

Core.ConductingEquipment.ConductingEquipment --+    
                                               |    
                             Conductor.Conductor --+
                                                   |
                                                  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.- [R4.5] and [R4.7] are satisfied by navigation to ConnectivityNode and Substation - Each ACLineSegment is required to have an association to a BaseVoltage. The association to Line is not required. - Using the “MemberOf_EquipmentContainer” association, an ACLineSegment can only be contained by a Line, but the association to Line is not required. - Attributes b0ch, g0ch, gch, r0, and x0 are for short circuit only and are not required.

Instance Methods [hide private]
 
__init__(self, g0ch=0.0, r=0.0, x0=0.0, bch=0.0, x=0.0, b0ch=0.0, gch=0.0, r0=0.0, *args, **kw_args)
Initialises a new 'ACLineSegment' instance.
Class Variables [hide private]
  _attrs = ["g0ch", "r", "x0", "bch", "x", "b0ch", "gch", "r0"]
  _attr_types = {"g0ch": float, "r": float, "x0": float, "bch": ...
  _defaults = {"g0ch": 0.0, "r": 0.0, "x0": 0.0, "bch": 0.0, "x"...
  _enums = {}
  _refs = []
  _many_refs = []
Instance Variables [hide private]
  g0ch
Zero sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
  r
Positive sequence series resistance of the entire line section.
  x0
Zero sequence series reactance of the entire line section.
  bch
Positive sequence shunt (charging) susceptance, uniformly distributed, of the entire line section.
  x
Positive sequence series reactance of the entire line section.
  b0ch
Zero sequence shunt (charging) susceptance, uniformly distributed, of the entire line section.
  gch
Positive sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
  r0
Zero sequence series resistance of the entire line section.

Inherited from Conductor.Conductor: length

Method Details [hide private]

__init__(self, g0ch=0.0, r=0.0, x0=0.0, bch=0.0, x=0.0, b0ch=0.0, gch=0.0, r0=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'ACLineSegment' instance.

Parameters:
  • g0ch - Zero sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
  • r - Positive sequence series resistance of the entire line section.
  • x0 - Zero sequence series reactance of the entire line section.
  • bch - 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.
  • x - Positive sequence series reactance of the entire line section.
  • b0ch - Zero sequence shunt (charging) susceptance, uniformly distributed, of the entire line section.
  • gch - Positive sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
  • r0 - Zero sequence series resistance of the entire line section.
Overrides: Conductor.Conductor.__init__

Class Variable Details [hide private]

_attr_types

Value:
{"g0ch": float, "r": float, "x0": float, "bch": float, "x": float, "b0\
ch": float, "gch": float, "r0": float}

_defaults

Value:
{"g0ch": 0.0, "r": 0.0, "x0": 0.0, "bch": 0.0, "x": 0.0, "b0ch": 0.0, \
"gch": 0.0, "r0": 0.0}

Instance Variable Details [hide private]

bch

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.