Package CIM15 :: Package CDPSM :: Package Connectivity :: Package IEC61970 :: Package Wires :: Module PowerTransformerEnd' :: Class PowerTransformerEnd
[hide private]
[frames] | no frames]

Class PowerTransformerEnd

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
             TransformerEnd'.TransformerEnd --+
                                              |
                                             PowerTransformerEnd

A PowerTransformerEnd is associated with each Terminal of a PowerTransformer. The impdedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star equivalentas follows 1) for a two Terminal PowerTransformer the high voltage PowerTransformerEnd has non zero values on r, r0, x, and x0 while the low voltage PowerTransformerEnd has zero values for r, r0, x, and x0. 2) for a three Terminal PowerTransformer the three PowerTransformerEnds represents a star equivalent with each leg in the star represented by r, r0, x, and x0 values. 3) for a PowerTransformer with more than three Terminals the PowerTransformerEnd impedance values cannot be used. Instead use the TransformerMeshImpedance or split the transformer into multiple PowerTransformers.

Instance Methods [hide private]
 
__init__(self, PowerTransformer=None, *args, **kw_args)
Initialises a new 'PowerTransformerEnd' instance.
 
getPowerTransformer(self)
 
setPowerTransformer(self, value)

Inherited from TransformerEnd'.TransformerEnd: getTerminal, setTerminal

Inherited from Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _refs = ['PowerTransformer']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PowerTransformer

Inherited from TransformerEnd'.TransformerEnd: Terminal

Inherited from Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, PowerTransformer=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PowerTransformerEnd' instance.

Parameters:
  • PowerTransformer
Overrides: object.__init__

Property Details [hide private]

PowerTransformer

Get Method:
getPowerTransformer(self)
Set Method:
setPowerTransformer(self, value)