Package CIM14 :: Package IEC61968 :: Package WiresExt :: Module PerLengthPhaseImpedance' :: Class PerLengthPhaseImpedance
[hide private]
[frames] | no frames]

Class PerLengthPhaseImpedance

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

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

Instance Methods [hide private]
 
__init__(self, conductorCount=0, ConductorSegments=None, PhaseImpedanceData=None, *args, **kw_args)
Initialises a new 'PerLengthPhaseImpedance' instance.
 
addConductorSegments(self, *ConductorSegments)
 
addPhaseImpedanceData(self, *PhaseImpedanceData)
 
getConductorSegments(self)
All conductor segments described by this phase impedance.
 
getPhaseImpedanceData(self)
All data that belong to this conductor phase impedance.
 
removeConductorSegments(self, *ConductorSegments)
 
removePhaseImpedanceData(self, *PhaseImpedanceData)
 
setConductorSegments(self, value)
 
setPhaseImpedanceData(self, value)

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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 = ['ConductorSegments', 'PhaseImpedanceData']
  _refs = ['ConductorSegments', 'PhaseImpedanceData']

Inherited from Element'.Element (private): _enums

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

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, conductorCount=0, ConductorSegments=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.
  • ConductorSegments - All conductor segments described by this phase impedance.
  • PhaseImpedanceData - All data that belong to this conductor phase impedance.
Overrides: object.__init__

Property Details [hide private]

ConductorSegments

All conductor segments described by this phase impedance.

Get Method:
getConductorSegments(self) - All conductor segments described by this phase impedance.
Set Method:
setConductorSegments(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)