Winding data.
|
|
__init__(self,
ratedS=0.0,
ratedU=0.0,
connectionKind='I',
WindingTests=None,
ToWindingSpecs=None,
Windings=None,
*args,
**kw_args)
Initialises a new 'WindingInfo' instance. |
|
|
|
|
| addToWindingSpecs(self,
*ToWindingSpecs) |
|
|
|
|
| addWindingTests(self,
*WindingTests) |
|
|
|
|
| addWindings(self,
*Windings) |
|
|
|
|
getToWindingSpecs(self)
Tap steps and induced voltage/angle measurements for tests in which
this winding was not excited. |
|
|
|
|
getWindingTests(self)
All winding tests during which voltage or current was applied to this
winding. |
|
|
|
|
getWindings(self)
All windings described by this winding data. |
|
|
|
|
| removeToWindingSpecs(self,
*ToWindingSpecs) |
|
|
|
|
| removeWindingTests(self,
*WindingTests) |
|
|
|
|
| removeWindings(self,
*Windings) |
|
|
|
|
| setToWindingSpecs(self,
value) |
|
|
|
|
| setWindingTests(self,
value) |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'connectionKind': <type 'str'>, 'ratedS': <type...
|
|
|
_attrs = ['ratedS', 'ratedU', 'connectionKind']
|
|
|
_defaults = {'connectionKind': 'I', 'ratedS': 0.0, 'ratedU': 0.0}
|
|
|
_enums = {'connectionKind': 'WindingConnection'}
|
|
|
_many_refs = ['WindingTests', 'ToWindingSpecs', 'Windings']
|
|
|
_refs = ['WindingTests', 'ToWindingSpecs', 'Windings']
|