__init__(self,
connectionType=' Yn ' ,
windingType=' primary ' ,
x=0.0,
grounded=False,
g=0.0,
r=0.0,
x0=0.0,
ratedU=0.0,
ratedS=0.0,
emergencyS=0.0,
rground=0.0,
shortTermS=0.0,
r0=0.0,
g0=0.0,
insulationU=0.0,
b=0.0,
b0=0.0,
xground=0.0,
From_WindingTest=None,
To_WindingTest=None,
RatioTapChanger=None,
PowerTransformer=None,
PhaseTapChanger=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'TransformerWinding' instance.
- Parameters:
connectionType - The type of connection of the winding. Values are:
"Yn", "Y", "D", "I",
"Z", "A", "Zn"
windingType - The type of winding. Values are: "primary",
"quaternary", "secondary",
"tertiary"
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.
grounded - Set if the winding is grounded.
g - Magnetizing branch conductance (G mag).
r - Positive sequence series resistance of the winding. For a two
winding transformer, the full resistance of the transformer
should be entered on the primary (high voltage) winding.
x0 - Zero sequence series reactance of the winding.
ratedU - The rated voltage (phase-to-phase) of the winding, usually the
same as the neutral voltage.
ratedS - The normal apparent power rating for the winding
emergencyS - The apparent power that the winding can carry under emergency
conditions.
rground - Ground resistance path through connected grounding transformer.
shortTermS - Apparent power that the winding can carry for a short period of
time.
r0 - Zero sequence series resistance of the winding.
g0 - Zero sequence magnetizing branch conductance.
insulationU - Basic insulation level voltage rating
b - Magnetizing branch susceptance (B mag). The value can be
positive or negative.
b0 - Zero sequence magnetizing branch susceptance.
xground - Ground reactance path through connected grounding transformer.
From_WindingTest - The transformer winding tests for which the transformer winding
(terminal) participates as the 'from' part of the test.
To_WindingTest - The winding winding tests for which the transformer winding
(terminal) participates as the 'to' end of the test.
RatioTapChanger - The ratio tap changer associated with the transformer winding.
PowerTransformer - A transformer has windings
PhaseTapChanger - The phase tap changer associated with the transformer winding.
- Overrides:
object.__init__
|