Package CIM15 :: Package IEC61968 :: Package AssetModels :: Module TransformerTest' :: Class TransformerTest
[hide private]
[frames] | no frames]

Class TransformerTest

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  TransformerTest
Known Subclasses:

Test result for transformer ends, such as short-circuit, open-circuit (excitation) or no-load test.Test result for transformer ends, such as short-circuit, open-circuit (excitation) or no-load test.

Instance Methods [hide private]
 
__init__(self, basePower=0.0, temperature=0.0, *args, **kw_args)
Initialises a new 'TransformerTest' instance.

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 = {'basePower': <type 'float'>, 'temperature': <ty...
  _attrs = ['basePower', 'temperature']
  _defaults = {'basePower': 0.0, 'temperature': 0.0}
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, basePower=0.0, temperature=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'TransformerTest' instance.

Parameters:
  • basePower - Base power at which the tests are conducted, usually equal to the rateds of one of the involved transformer ends.
  • temperature - Temperature at which the test is conducted.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'basePower': <type 'float'>, 'temperature': <type 'float'>}