Package CIM14 :: Package IEC61968 :: Package AssetModels :: Module TransformerInfo' :: Class TransformerInfo
[hide private]
[frames] | no frames]

Class TransformerInfo

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  TransformerInfo

Set of transformer data, from an equipment library.

Instance Methods [hide private]
 
__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__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['WindingInfos', 'Transformers']
  _refs = ['WindingInfos', 'Transformers']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Transformers
All transformers that can be described with this transformer data.
  WindingInfos
Data for all the windings described by this transformer data.

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, WindingInfos=None, Transformers=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TransformerInfo' instance.

Parameters:
  • WindingInfos - Data for all the windings described by this transformer data.
  • Transformers - All transformers that can be described with this transformer data.
Overrides: object.__init__

Property Details [hide private]

Transformers

All transformers that can be described with this transformer data.

Get Method:
getTransformers(self) - All transformers that can be described with this transformer data.
Set Method:
setTransformers(self, value)

WindingInfos

Data for all the windings described by this transformer data.

Get Method:
getWindingInfos(self) - Data for all the windings described by this transformer data.
Set Method:
setWindingInfos(self, value)