Package CIM14 :: Package IEC61968 :: Package WiresExt :: Module TransformerBank' :: Class TransformerBank
[hide private]
[frames] | no frames]

Class TransformerBank

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

An assembly of transformers that are connected together. For three-phase transformers, there would be one transformer per bank. For banks of single-phase transformers, there will be more than one transformer per bank, and they need not be identical.

Instance Methods [hide private]
 
__init__(self, vectorGroup='', Transformers=None, *args, **kw_args)
Initialises a new 'TransformerBank' instance.
 
addTransformers(self, *Transformers)
 
getTransformers(self)
All transformers that belong to this bank.
 
removeTransformers(self, *Transformers)
 
setTransformers(self, value)

Inherited from IEC61970.Core.Equipment'.Equipment: addContingencyEquipment, addCustomerAgreements, addOperationalLimitSet, getContingencyEquipment, getCustomerAgreements, getEquipmentContainer, getOperationalLimitSet, removeContingencyEquipment, removeCustomerAgreements, removeOperationalLimitSet, setContingencyEquipment, setCustomerAgreements, setEquipmentContainer, setOperationalLimitSet

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

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 = {'vectorGroup': <type 'str'>}
  _attrs = ['vectorGroup']
  _defaults = {'vectorGroup': ''}
  _many_refs = ['Transformers']
  _refs = ['Transformers']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Transformers
All transformers that belong to this bank.

Inherited from IEC61970.Core.Equipment'.Equipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

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

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'TransformerBank' instance.

Parameters:
  • vectorGroup - Vector group of the bank for protective relaying, e.g., Dyn1. For unbalanced transformers, this may not be simply determined from the constituent winding connections.
  • Transformers - All transformers that belong to this bank.
Overrides: object.__init__

Property Details [hide private]

Transformers

All transformers that belong to this bank.

Get Method:
getTransformers(self) - All transformers that belong to this bank.
Set Method:
setTransformers(self, value)