Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: Package IEC61968 :: Package WiresExt :: Module DistributionTransformer' :: Class DistributionTransformer
[hide private]
[frames] | no frames]

Class DistributionTransformer

                                    object --+                
                                             |                
                              Element'.Element --+            
                                                 |            
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+        
                                                     |        
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+    
                                                         |    
                        IEC61970.Core.Equipment'.Equipment --+
                                                             |
                                                            DistributionTransformer

An assembly of two or more coupled windings that transform electrical power between voltage levels. Supports both balanced and unbalanced winding connections.
This class differs from Wires::PowerTransformer as follows:
- it is part of a TransformerBank
- it draws parameters exclusively from TransformerInfo and its associated classes.
   

Instance Methods [hide private]
 
__init__(self, TransformerInfo=None, Windings=None, TransformerBank=None, *args, **kw_args)
Initialises a new 'DistributionTransformer' instance.
 
addWindings(self, *Windings)
 
getTransformerBank(self)
Bank this transformer belongs to.
 
getTransformerInfo(self)
Transformer data.
 
getWindings(self)
All windings of this transformer.
 
removeWindings(self, *Windings)
 
setTransformerBank(self, value)
 
setTransformerInfo(self, value)
 
setWindings(self, value)

Inherited from IEC61970.Core.Equipment'.Equipment: getEquipmentContainer, setEquipmentContainer

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: getGeoLocation, getPSRType, setGeoLocation, setPSRType

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 = ['Windings']
  _refs = ['TransformerInfo', 'Windings', 'TransformerBank']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  TransformerBank
Bank this transformer belongs to.
  TransformerInfo
Transformer data.
  Windings
All windings of this transformer.

Inherited from IEC61970.Core.Equipment'.Equipment: EquipmentContainer

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: GeoLocation, PSRType

Inherited from object: __class__

Method Details [hide private]

__init__(self, TransformerInfo=None, Windings=None, TransformerBank=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DistributionTransformer' instance.

Parameters:
  • TransformerInfo - Transformer data.
  • Windings - All windings of this transformer.
  • TransformerBank - Bank this transformer belongs to.
Overrides: object.__init__

Property Details [hide private]

TransformerBank

Bank this transformer belongs to.

Get Method:
getTransformerBank(self) - Bank this transformer belongs to.
Set Method:
setTransformerBank(self, value)

TransformerInfo

Transformer data.

Get Method:
getTransformerInfo(self) - Transformer data.
Set Method:
setTransformerInfo(self, value)

Windings

All windings of this transformer.

Get Method:
getWindings(self) - All windings of this transformer.
Set Method:
setWindings(self, value)