For short-circuit tests, specifies the winding and tap for all
short-circuited windings. For open-circuit tests, specifies the winding,
tap, induced voltage, and induced angle for any non-excited windings that
were measured during the test. This won't apply if only the exciting
current and no-load losses were measured.
|
|
__init__(self,
voltage=0.0,
phaseShift=0.0,
toTapStep=0,
ToWinding=None,
OpenCircuitTests=None,
ShortCircuitTests=None,
*args,
**kw_args)
Initialises a new 'ToWindingSpec' instance. |
|
|
|
|
| addOpenCircuitTests(self,
*OpenCircuitTests) |
|
|
|
|
| addShortCircuitTests(self,
*ShortCircuitTests) |
|
|
|
|
getOpenCircuitTests(self)
All open-circuit tests in which this winding was measured. |
|
|
|
|
getShortCircuitTests(self)
All short-circuit tests in which this winding was short-circuited. |
|
|
|
|
getToWinding(self)
Winding short-circuited in a short-circuit test, or measured for
induced voltage and angle in an open-circuit test. |
|
|
|
|
| removeOpenCircuitTests(self,
*OpenCircuitTests) |
|
|
|
|
| removeShortCircuitTests(self,
*ShortCircuitTests) |
|
|
|
|
| setOpenCircuitTests(self,
value) |
|
|
|
|
| setShortCircuitTests(self,
value) |
|
|
|
|
| setToWinding(self,
value) |
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'phaseShift': <type 'float'>, 'toTapStep': <typ...
|
|
|
_attrs = ['voltage', 'phaseShift', 'toTapStep']
|
|
|
_defaults = {'phaseShift': 0.0, 'toTapStep': 0, 'voltage': 0.0}
|
|
|
_many_refs = ['OpenCircuitTests', 'ShortCircuitTests']
|
|
|
_refs = ['ToWinding', 'OpenCircuitTests', 'ShortCircuitTests']
|
|
|