__init__(self,
ratedU=0.0,
endNumber=0,
phaseAngleClock=0,
emergencyS=0.0,
ratedS=0.0,
shortTermS=0.0,
r=0.0,
insulationU=0.0,
connectionKind='Z',
TransformerTankInfo=None,
TransformerEnd=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'TransformerEndInfo' instance.
- Parameters:
ratedU - Rated voltage: phase-phase for three-phase windings, and either
phase-phase or phase-neutral for single-phase windings.
endNumber - Number for this transformer end, corresponding to the end's order
in the PowerTransformer.vectorGroup attribute. Highest voltage
winding should be 1.
phaseAngleClock - Winding phase angle where 360 degrees are represented with clock
hours, so the valid values are {0, ..., 11}. For example, to
express winding code 'Dyn11', set attributes as follows:
'connectionKind' = Yn and 'phaseAngleClock' = 11.
emergencyS - Apparent power that the winding can carry under emergency
conditions (also called long-term emergency power).
ratedS - Normal apparent power rating.
shortTermS - Apparent power that this winding can carry for a short period of
time (in emergency).
r - DC resistance.
insulationU - Basic insulation level voltage rating.
connectionKind - Kind of connection. Values are: "Z", "A",
"Yn", "Y", "Zn", "D",
"I"
TransformerTankInfo - Transformer tank data that this end description is part of.
TransformerEnd - All transformer ends described by this end data.
- Overrides:
object.__init__
|