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.
|
|
__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__
|