Package CIM15 :: Package CDPSM :: Package Asset :: Package IEC61968 :: Package AssetModels :: Module TransformerEndInfo' :: Class TransformerEndInfo
[hide private]
[frames] | no frames]

Class TransformerEndInfo

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                         Assets.AssetInfo'.AssetInfo --+
                                                       |
                                                      TransformerEndInfo

Transformer end data.

Instance Methods [hide private]
 
__init__(self, ratedU=0.0, endNumber=0, phaseAngleClock=0, emergencyS=0.0, ratedS=0.0, shortTermS=0.0, r=0.0, insulationU=0.0, connectionKind='Z', TransformerTankInfo=None, TransformerEnd=None, *args, **kw_args)
Initialises a new 'TransformerEndInfo' instance.
 
addTransformerEnd(self, *TransformerEnd)
 
getTransformerEnd(self)
All transformer ends described by this end data.
 
getTransformerTankInfo(self)
Transformer tank data that this end description is part of.
 
removeTransformerEnd(self, *TransformerEnd)
 
setTransformerEnd(self, value)
 
setTransformerTankInfo(self, value)

Inherited from IEC61970.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]
  _attr_types = {'connectionKind': <type 'str'>, 'emergencyS': <...
  _attrs = ['ratedU', 'endNumber', 'phaseAngleClock', 'emergency...
  _defaults = {'connectionKind': 'Z', 'emergencyS': 0.0, 'endNum...
  _enums = {'connectionKind': 'WindingConnection'}
  _many_refs = ['TransformerEnd']
  _refs = ['TransformerTankInfo', 'TransformerEnd']
Properties [hide private]
  TransformerEnd
All transformer ends described by this end data.
  TransformerTankInfo
Transformer tank data that this end description is part of.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, ratedU=0.0, endNumber=0, phaseAngleClock=0, emergencyS=0.0, ratedS=0.0, shortTermS=0.0, r=0.0, insulationU=0.0, connectionKind='Z', TransformerTankInfo=None, TransformerEnd=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TransformerEndInfo' instance.

Parameters:
  • ratedU - Rated voltage: phase-phase for three-phase windings, and either phase-phase or phase-neutral for single-phase windings.
  • endNumber - Number for this transformer end, corresponding to the end's order in the PowerTransformer.vectorGroup attribute. Highest voltage winding should be 1.
  • phaseAngleClock - Winding phase angle where 360 degrees are represented with clock hours, so the valid values are {0, ..., 11}. For example, to express winding code 'Dyn11', set attributes as follows: 'connectionKind' = Yn and 'phaseAngleClock' = 11.
  • emergencyS - Apparent power that the winding can carry under emergency conditions (also called long-term emergency power).
  • ratedS - Normal apparent power rating.
  • shortTermS - Apparent power that this winding can carry for a short period of time (in emergency).
  • r - DC resistance.
  • insulationU - Basic insulation level voltage rating.
  • connectionKind - Kind of connection. Values are: "Z", "A", "Yn", "Y", "Zn", "D", "I"
  • TransformerTankInfo - Transformer tank data that this end description is part of.
  • TransformerEnd - All transformer ends described by this end data.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'connectionKind': <type 'str'>,
 'emergencyS': <type 'float'>,
 'endNumber': <type 'int'>,
 'insulationU': <type 'float'>,
 'phaseAngleClock': <type 'int'>,
 'r': <type 'float'>,
 'ratedS': <type 'float'>,
 'ratedU': <type 'float'>,
...

_attrs

Value:
['ratedU',
 'endNumber',
 'phaseAngleClock',
 'emergencyS',
 'ratedS',
 'shortTermS',
 'r',
 'insulationU',
...

_defaults

Value:
{'connectionKind': 'Z',
 'emergencyS': 0.0,
 'endNumber': 0,
 'insulationU': 0.0,
 'phaseAngleClock': 0,
 'r': 0.0,
 'ratedS': 0.0,
 'ratedU': 0.0,
...

Property Details [hide private]

TransformerEnd

All transformer ends described by this end data.

Get Method:
getTransformerEnd(self) - All transformer ends described by this end data.
Set Method:
setTransformerEnd(self, value)

TransformerTankInfo

Transformer tank data that this end description is part of.

Get Method:
getTransformerTankInfo(self) - Transformer tank data that this end description is part of.
Set Method:
setTransformerTankInfo(self, value)