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

Class PhaseImpedanceData

      object --+    
               |    
Element'.Element --+
                   |
                  PhaseImpedanceData

Triplet of resistance, reactance, and susceptance matrix element values.

Instance Methods [hide private]
 
__init__(self, r=0.0, x=0.0, sequenceNumber=0, b=0.0, PhaseImpedance=None, *args, **kw_args)
Initialises a new 'PhaseImpedanceData' instance.
 
getPhaseImpedance(self)
Conductor phase impedance to which this data belongs.
 
setPhaseImpedance(self, value)

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

Class Variables [hide private]
  _attr_types = {'b': <type 'float'>, 'r': <type 'float'>, 'sequ...
  _attrs = ['r', 'x', 'sequenceNumber', 'b']
  _defaults = {'b': 0.0, 'r': 0.0, 'sequenceNumber': 0, 'x': 0.0}
  _refs = ['PhaseImpedance']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  PhaseImpedance
Conductor phase impedance to which this data belongs.

Inherited from object: __class__

Method Details [hide private]

__init__(self, r=0.0, x=0.0, sequenceNumber=0, b=0.0, PhaseImpedance=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PhaseImpedanceData' instance.

Parameters:
  • r - Resistance matrix element value, per length of unit.
  • x - Reactance matrix element value, per length of unit.
  • sequenceNumber - Column-wise element index, assuming a symmetrical matrix. Ranges from 1 to N + N*(N-1)/2.
  • b - Susceptance matrix element value, per length of unit.
  • PhaseImpedance - Conductor phase impedance to which this data belongs.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'b': <type 'float'>,
 'r': <type 'float'>,
 'sequenceNumber': <type 'int'>,
 'x': <type 'float'>}

Property Details [hide private]

PhaseImpedance

Conductor phase impedance to which this data belongs.

Get Method:
getPhaseImpedance(self) - Conductor phase impedance to which this data belongs.
Set Method:
setPhaseImpedance(self, value)