Set of transformer data, from an equipment library.
|
__init__(self,
WindingInfos=None,
Transformers=None,
*args,
**kw_args)
Initialises a new 'TransformerInfo' instance. |
|
|
|
addTransformers(self,
*Transformers) |
|
|
|
addWindingInfos(self,
*WindingInfos) |
|
|
|
getTransformers(self)
All transformers that can be described with this transformer data. |
|
|
|
getWindingInfos(self)
Data for all the windings described by this transformer data. |
|
|
|
removeTransformers(self,
*Transformers) |
|
|
|
removeWindingInfos(self,
*WindingInfos) |
|
|
|
setTransformers(self,
value) |
|
|
|
setWindingInfos(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__
|