Package CIM15 :: 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.Transformer end data.

Instance Methods [hide private]
 
__init__(self, r=0.0, insulationU=0.0, emergencyS=0.0, shortTermS=0.0, connectionKind='Z', endNumber=0, ratedS=0.0, ratedU=0.0, phaseAngleClock=0, FromMeshImpedance=None, EnergisedEndNoLoadTest=None, OpenEndOpenCircuitTests=None, ToMeshImpedance=None, TransformerEnd=None, TransformerTankInfo=None, EnergisedEndOpenCircuitTests=None, GroundedEndShortCircuitTests=None, EnergisedEndShortCircuitTests=None, CoreAdmittance=None, *args, **kw_args)
Initialises a new 'TransformerEndInfo' instance.
 
addEnergisedEndNoLoadTest(self, *EnergisedEndNoLoadTest)
 
addEnergisedEndOpenCircuitTests(self, *EnergisedEndOpenCircuitTests)
 
addEnergisedEndShortCircuitTests(self, *EnergisedEndShortCircuitTests)
 
addFromMeshImpedance(self, *FromMeshImpedance)
 
addGroundedEndShortCircuitTests(self, *GroundedEndShortCircuitTests)
 
addOpenEndOpenCircuitTests(self, *OpenEndOpenCircuitTests)
 
addToMeshImpedance(self, *ToMeshImpedance)
 
addTransformerEnd(self, *TransformerEnd)
 
getCoreAdmittance(self)
Core admittance of this transformer end info, representing magnetising current and core losses.
 
getEnergisedEndNoLoadTest(self)
All no-load test measurements in which this transformer end was energised.
 
getEnergisedEndOpenCircuitTests(self)
All open-circuit test measurements in which this transformer end was excited.
 
getEnergisedEndShortCircuitTests(self)
All short-circuit test measurements in which this transformer end was energised.
 
getFromMeshImpedance(self)
All mesh impedances between this 'to' and other 'from' transformer ends.
 
getGroundedEndShortCircuitTests(self)
All short-circuit test measurements in which this transformer end was short-circuited.
 
getOpenEndOpenCircuitTests(self)
All open-circuit test measurements in which this transformer end was not excited.
 
getToMeshImpedance(self)
All mesh impedances between this 'from' and other 'to' transformer ends.
 
getTransformerEnd(self)
All transformer ends described by this end data.
 
getTransformerTankInfo(self)
Transformer tank data that this end description is part of.
 
removeEnergisedEndNoLoadTest(self, *EnergisedEndNoLoadTest)
 
removeEnergisedEndOpenCircuitTests(self, *EnergisedEndOpenCircuitTests)
 
removeEnergisedEndShortCircuitTests(self, *EnergisedEndShortCircuitTests)
 
removeFromMeshImpedance(self, *FromMeshImpedance)
 
removeGroundedEndShortCircuitTests(self, *GroundedEndShortCircuitTests)
 
removeOpenEndOpenCircuitTests(self, *OpenEndOpenCircuitTests)
 
removeToMeshImpedance(self, *ToMeshImpedance)
 
removeTransformerEnd(self, *TransformerEnd)
 
setCoreAdmittance(self, value)
 
setEnergisedEndNoLoadTest(self, value)
 
setEnergisedEndOpenCircuitTests(self, value)
 
setEnergisedEndShortCircuitTests(self, value)
 
setFromMeshImpedance(self, value)
 
setGroundedEndShortCircuitTests(self, value)
 
setOpenEndOpenCircuitTests(self, value)
 
setToMeshImpedance(self, value)
 
setTransformerEnd(self, value)
 
setTransformerTankInfo(self, value)

Inherited from Assets.AssetInfo'.AssetInfo: getAssetModel, getAssets, getDimensionsInfo, setAssetModel, setAssets, setDimensionsInfo

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, 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 = ['r', 'insulationU', 'emergencyS', 'shortTermS', 'con...
  _defaults = {'connectionKind': 'Z', 'emergencyS': 0.0, 'endNum...
  _enums = {'connectionKind': 'WindingConnection'}
  _many_refs = ['FromMeshImpedance', 'EnergisedEndNoLoadTest', '...
  _refs = ['FromMeshImpedance', 'EnergisedEndNoLoadTest', 'OpenE...
Properties [hide private]
  CoreAdmittance
Core admittance of this transformer end info, representing magnetising current and core losses.
  EnergisedEndNoLoadTest
All no-load test measurements in which this transformer end was energised.
  EnergisedEndOpenCircuitTests
All open-circuit test measurements in which this transformer end was excited.
  EnergisedEndShortCircuitTests
All short-circuit test measurements in which this transformer end was energised.
  FromMeshImpedance
All mesh impedances between this 'to' and other 'from' transformer ends.
  GroundedEndShortCircuitTests
All short-circuit test measurements in which this transformer end was short-circuited.
  OpenEndOpenCircuitTests
All open-circuit test measurements in which this transformer end was not excited.
  ToMeshImpedance
All mesh impedances between this 'from' and other 'to' transformer ends.
  TransformerEnd
All transformer ends described by this end data.
  TransformerTankInfo
Transformer tank data that this end description is part of.

Inherited from Assets.AssetInfo'.AssetInfo: AssetModel, Assets, DimensionsInfo

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, r=0.0, insulationU=0.0, emergencyS=0.0, shortTermS=0.0, connectionKind='Z', endNumber=0, ratedS=0.0, ratedU=0.0, phaseAngleClock=0, FromMeshImpedance=None, EnergisedEndNoLoadTest=None, OpenEndOpenCircuitTests=None, ToMeshImpedance=None, TransformerEnd=None, TransformerTankInfo=None, EnergisedEndOpenCircuitTests=None, GroundedEndShortCircuitTests=None, EnergisedEndShortCircuitTests=None, CoreAdmittance=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TransformerEndInfo' instance.

Parameters:
  • r - DC resistance.
  • insulationU - Basic insulation level voltage rating.
  • emergencyS - Apparent power that the winding can carry under emergency conditions (also called long-term emergency power).
  • shortTermS - Apparent power that this winding can carry for a short period of time (in emergency).
  • connectionKind - Kind of connection. Values are: "Z", "A", "Yn", "Y", "Zn", "D", "I"
  • endNumber - Number for this transformer end, corresponding to the end's order in the PowerTransformer.vectorGroup attribute. Highest voltage winding should be 1.
  • ratedS - Normal apparent power rating.
  • ratedU - Rated voltage: phase-phase for three-phase windings, and either phase-phase or phase-neutral for single-phase windings.
  • 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.
  • FromMeshImpedance - All mesh impedances between this 'to' and other 'from' transformer ends.
  • EnergisedEndNoLoadTest - All no-load test measurements in which this transformer end was energised.
  • OpenEndOpenCircuitTests - All open-circuit test measurements in which this transformer end was not excited.
  • ToMeshImpedance - All mesh impedances between this 'from' and other 'to' transformer ends.
  • TransformerEnd - All transformer ends described by this end data.
  • TransformerTankInfo - Transformer tank data that this end description is part of.
  • EnergisedEndOpenCircuitTests - All open-circuit test measurements in which this transformer end was excited.
  • GroundedEndShortCircuitTests - All short-circuit test measurements in which this transformer end was short-circuited.
  • EnergisedEndShortCircuitTests - All short-circuit test measurements in which this transformer end was energised.
  • CoreAdmittance - Core admittance of this transformer end info, representing magnetising current and core losses. The full values of the transformer should be supplied for one transformer end info only.
Overrides: object.__init__

getCoreAdmittance(self)

 

Core admittance of this transformer end info, representing magnetising current and core losses. The full values of the transformer should be supplied for one transformer end info only.


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:
['r',
 'insulationU',
 'emergencyS',
 'shortTermS',
 'connectionKind',
 'endNumber',
 'ratedS',
 'ratedU',
...

_defaults

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

_many_refs

Value:
['FromMeshImpedance',
 'EnergisedEndNoLoadTest',
 'OpenEndOpenCircuitTests',
 'ToMeshImpedance',
 'TransformerEnd',
 'EnergisedEndOpenCircuitTests',
 'GroundedEndShortCircuitTests',
 'EnergisedEndShortCircuitTests']

_refs

Value:
['FromMeshImpedance',
 'EnergisedEndNoLoadTest',
 'OpenEndOpenCircuitTests',
 'ToMeshImpedance',
 'TransformerEnd',
 'TransformerTankInfo',
 'EnergisedEndOpenCircuitTests',
 'GroundedEndShortCircuitTests',
...

Property Details [hide private]

CoreAdmittance

Core admittance of this transformer end info, representing magnetising current and core losses. The full values of the transformer should be supplied for one transformer end info only.

Get Method:
getCoreAdmittance(self) - Core admittance of this transformer end info, representing magnetising current and core losses.
Set Method:
setCoreAdmittance(self, value)

EnergisedEndNoLoadTest

All no-load test measurements in which this transformer end was energised.

Get Method:
getEnergisedEndNoLoadTest(self) - All no-load test measurements in which this transformer end was energised.
Set Method:
setEnergisedEndNoLoadTest(self, value)

EnergisedEndOpenCircuitTests

All open-circuit test measurements in which this transformer end was excited.

Get Method:
getEnergisedEndOpenCircuitTests(self) - All open-circuit test measurements in which this transformer end was excited.
Set Method:
setEnergisedEndOpenCircuitTests(self, value)

EnergisedEndShortCircuitTests

All short-circuit test measurements in which this transformer end was energised.

Get Method:
getEnergisedEndShortCircuitTests(self) - All short-circuit test measurements in which this transformer end was energised.
Set Method:
setEnergisedEndShortCircuitTests(self, value)

FromMeshImpedance

All mesh impedances between this 'to' and other 'from' transformer ends.

Get Method:
getFromMeshImpedance(self) - All mesh impedances between this 'to' and other 'from' transformer ends.
Set Method:
setFromMeshImpedance(self, value)

GroundedEndShortCircuitTests

All short-circuit test measurements in which this transformer end was short-circuited.

Get Method:
getGroundedEndShortCircuitTests(self) - All short-circuit test measurements in which this transformer end was short-circuited.
Set Method:
setGroundedEndShortCircuitTests(self, value)

OpenEndOpenCircuitTests

All open-circuit test measurements in which this transformer end was not excited.

Get Method:
getOpenEndOpenCircuitTests(self) - All open-circuit test measurements in which this transformer end was not excited.
Set Method:
setOpenEndOpenCircuitTests(self, value)

ToMeshImpedance

All mesh impedances between this 'from' and other 'to' transformer ends.

Get Method:
getToMeshImpedance(self) - All mesh impedances between this 'from' and other 'to' transformer ends.
Set Method:
setToMeshImpedance(self, value)

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)