Winding data.
|
|
__init__(self,
connectionKind='Yn',
r=0.0,
phaseAngle=0,
emergencyS=0.0,
ratedU=0.0,
insulationU=0.0,
ratedS=0.0,
sequenceNumber=0,
shortTermS=0.0,
Windings=None,
WindingTests=None,
TransformerInfo=None,
ToWindingSpecs=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. |
|
|
|
|
getTransformerInfo(self)
Transformer data that this winding description is part of. |
|
|
|
|
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) |
|
|
|
|
| setTransformerInfo(self,
value) |
|
|
|
|
| setWindingTests(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 = {'connectionKind': <type 'str'>, 'emergencyS': <...
|
|
|
_attrs = ['connectionKind', 'r', 'phaseAngle', 'emergencyS', '...
|
|
|
_defaults = {'connectionKind': 'Yn', 'emergencyS': 0.0, 'insul...
|
|
|
_enums = {'connectionKind': 'WindingConnection'}
|
|
|
_many_refs = ['Windings', 'WindingTests', 'ToWindingSpecs']
|
|
|
_refs = ['Windings', 'WindingTests', 'TransformerInfo', 'ToWin...
|