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

Class PerLengthPhaseImpedance

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

Impedance and admittance parameters per unit length for n-wire unbalanced lines, in matrix form.Impedance and admittance parameters per unit length for n-wire unbalanced lines, in matrix form.

Instance Methods [hide private]
 
__init__(self, conductorCount=0, LineSegments=None, PhaseImpedanceData=None, *args, **kw_args)
Initialises a new 'PerLengthPhaseImpedance' instance.
 
addLineSegments(self, *LineSegments)
 
addPhaseImpedanceData(self, *PhaseImpedanceData)
 
getLineSegments(self)
All line segments described by this phase impedance.
 
getPhaseImpedanceData(self)
All data that belong to this conductor phase impedance.
 
removeLineSegments(self, *LineSegments)
 
removePhaseImpedanceData(self, *PhaseImpedanceData)
 
setLineSegments(self, value)
 
setPhaseImpedanceData(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 = {'conductorCount': <type 'int'>}
  _attrs = ['conductorCount']
  _defaults = {'conductorCount': 0}
  _many_refs = ['LineSegments', 'PhaseImpedanceData']
  _refs = ['LineSegments', 'PhaseImpedanceData']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  LineSegments
All line segments described by this phase impedance.
  PhaseImpedanceData
All data that belong to this conductor phase impedance.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, conductorCount=0, LineSegments=None, PhaseImpedanceData=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PerLengthPhaseImpedance' instance.

Parameters:
  • conductorCount - Number of phase, neutral, and other wires retained. Constrains the number of matrix elements and the phase codes that can be used with this matrix.
  • LineSegments - All line segments described by this phase impedance.
  • PhaseImpedanceData - All data that belong to this conductor phase impedance.
Overrides: object.__init__

Property Details [hide private]

LineSegments

All line segments described by this phase impedance.

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

PhaseImpedanceData

All data that belong to this conductor phase impedance.

Get Method:
getPhaseImpedanceData(self) - All data that belong to this conductor phase impedance.
Set Method:
setPhaseImpedanceData(self, value)