Short-circuit test results determine mesh impedance parameters. They
include load losses and leakage impedances. For three-phase windings,
the excitation can be positive sequence (the default) or zero sequence.
There must be at least one grounded winding.Short-circuit test results
determine mesh impedance parameters. They include load losses and leakage
impedances. For three-phase windings, the excitation can be positive
sequence (the default) or zero sequence. There must be at least one
grounded winding.
|
|
__init__(self,
lossZero=0.0,
leakageImpedance=0.0,
loss=0.0,
groundedEndStep=0,
leakageImpedanceZero=0.0,
energisedEndStep=0,
GroundedEnds=None,
EnergisedEnd=None,
*args,
**kw_args)
Initialises a new 'ShortCircuitTest' instance. |
|
|
|
|
| addGroundedEnds(self,
*GroundedEnds) |
|
|
|
|
getEnergisedEnd(self)
Transformer end that voltage is applied to in this short-circuit
test. |
|
|
|
|
getGroundedEnds(self)
All ends short-circuited in this short-circuit test. |
|
|
|
|
| removeGroundedEnds(self,
*GroundedEnds) |
|
|
|
|
| setEnergisedEnd(self,
value) |
|
|
|
|
| setGroundedEnds(self,
value) |
|
|
|
Inherited from IEC61970.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__
|