Package CIM15 :: Package IEC61970 :: Package Wires :: Module PerLengthSequenceImpedance' :: Class PerLengthSequenceImpedance
[hide private]
[frames] | no frames]

Class PerLengthSequenceImpedance

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         PerLengthSequenceImpedance

Sequence impedance and admittance parameters per unit length, for transposed lines of 1, 2, or 3 phases. For 1-phase lines, define x=x0=xself. For 2-phase lines, define x=xs-xm and x0=xs+xm.Sequence impedance and admittance parameters per unit length, for transposed lines of 1, 2, or 3 phases. For 1-phase lines, define x=x0=xself. For 2-phase lines, define x=xs-xm and x0=xs+xm.

Instance Methods [hide private]
 
__init__(self, x=0.0, r=0.0, bch=0.0, r0=0.0, g0ch=0.0, b0ch=0.0, gch=0.0, x0=0.0, LineSegments=None, *args, **kw_args)
Initialises a new 'PerLengthSequenceImpedance' instance.
 
addLineSegments(self, *LineSegments)
 
getLineSegments(self)
All line segments described by this sequence impedance.
 
removeLineSegments(self, *LineSegments)
 
setLineSegments(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'b0ch': <type 'float'>, 'bch': <type 'float'>, ...
  _attrs = ['x', 'r', 'bch', 'r0', 'g0ch', 'b0ch', 'gch', 'x0']
  _defaults = {'b0ch': 0.0, 'bch': 0.0, 'g0ch': 0.0, 'gch': 0.0,...
  _many_refs = ['LineSegments']
  _refs = ['LineSegments']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  LineSegments
All line segments described by this sequence impedance.

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'PerLengthSequenceImpedance' instance.

Parameters:
  • x - Positive sequence series reactance, per unit of length.
  • r - Positive sequence series resistance, per unit of length.
  • bch - Positive sequence shunt (charging) susceptance, per unit of length.
  • r0 - Zero sequence series resistance, per unit of length.
  • g0ch - Zero sequence shunt (charging) conductance, per unit of length.
  • b0ch - Zero sequence shunt (charging) susceptance, per unit of length.
  • gch - Positive sequence shunt (charging) conductance, per unit of length.
  • x0 - Zero sequence series reactance, per unit of length.
  • LineSegments - All line segments described by this sequence impedance.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'b0ch': <type 'float'>,
 'bch': <type 'float'>,
 'g0ch': <type 'float'>,
 'gch': <type 'float'>,
 'r': <type 'float'>,
 'r0': <type 'float'>,
 'x': <type 'float'>,
 'x0': <type 'float'>}

_defaults

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

Property Details [hide private]

LineSegments

All line segments described by this sequence impedance.

Get Method:
getLineSegments(self) - All line segments described by this sequence impedance.
Set Method:
setLineSegments(self, value)