__init__(self,
g=0.0,
b=0.0,
r=0.0,
x0=0.0,
x=0.0,
r0=0.0,
b0=0.0,
g0=0.0,
Windings=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'WindingPiImpedance' instance.
- Parameters:
g - Magnetizing branch conductance (G mag).
b - Magnetizing branch susceptance (B mag). The value can be
positive or negative.
r - DC resistance of the winding.
x0 - Zero sequence series reactance of the winding.
x - Positive sequence series reactance of the winding. For a two
winding transformer, the full reactance of the transformer should
be entered on the primary (high voltage) winding.
r0 - Zero sequence series resistance of the winding.
b0 - Zero sequence magnetizing branch susceptance.
g0 - Zero sequence magnetizing branch conductance.
Windings - All windings having this Pi impedance.
- Overrides:
object.__init__
|