Package CIM14 :: 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, Windings=None, ServiceDeliveryPoints=None, TransformerBank=None, TransformerInfo=None, *args, **kw_args)
Initialises a new 'DistributionTransformer' instance.
 
addServiceDeliveryPoints(self, *ServiceDeliveryPoints)
 
addWindings(self, *Windings)
 
getServiceDeliveryPoints(self)
All service delivery points supplied by this transformer.
 
getTransformerBank(self)
Bank this transformer belongs to.
 
getTransformerInfo(self)
Transformer data.
 
getWindings(self)
All windings of this transformer.
 
removeServiceDeliveryPoints(self, *ServiceDeliveryPoints)
 
removeWindings(self, *Windings)
 
setServiceDeliveryPoints(self, value)
 
setTransformerBank(self, value)
 
setTransformerInfo(self, value)
 
setWindings(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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['Windings', 'ServiceDeliveryPoints']
  _refs = ['Windings', 'ServiceDeliveryPoints', 'TransformerBank...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ServiceDeliveryPoints
All service delivery points supplied by this transformer.
  TransformerBank
Bank this transformer belongs to.
  TransformerInfo
Transformer data.
  Windings
All windings of this transformer.

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, Windings=None, ServiceDeliveryPoints=None, TransformerBank=None, TransformerInfo=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DistributionTransformer' instance.

Parameters:
  • Windings - All windings of this transformer.
  • ServiceDeliveryPoints - All service delivery points supplied by this transformer.
  • TransformerBank - Bank this transformer belongs to.
  • TransformerInfo - Transformer data.
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['Windings',
 'ServiceDeliveryPoints',
 'TransformerBank',
 'TransformerInfo']

Property Details [hide private]

ServiceDeliveryPoints

All service delivery points supplied by this transformer.

Get Method:
getServiceDeliveryPoints(self) - All service delivery points supplied by this transformer.
Set Method:
setServiceDeliveryPoints(self, value)

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)