Package CIM14 :: Package IEC61970 :: Package Wires :: Module WindingTest' :: Class WindingTest
[hide private]
[frames] | no frames]

Class WindingTest

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         WindingTest

Physical winding test data for the winding/tap pairs of a transformer (or phase shifter). This test data can be used to derive other attributes of specific transformer or phase shifter models.

Instance Methods [hide private]
 
__init__(self, fromTapStep=0, leakageImpedance=0.0, noLoadLoss=0.0, phaseShift=0.0, excitingCurrent=0.0, loadLoss=0.0, toTapStep=0, voltage=0.0, From_TransformerWinding=None, To_TransformerWinding=None, *args, **kw_args)
Initialises a new 'WindingTest' instance.
 
getFrom_TransformerWinding(self)
The winding from which the test was conducted
 
getTo_TransformerWinding(self)
The winding to which the test was conducted.
 
setFrom_TransformerWinding(self, value)
 
setTo_TransformerWinding(self, value)

Inherited from 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 = {'excitingCurrent': <type 'float'>, 'fromTapStep...
  _attrs = ['fromTapStep', 'leakageImpedance', 'noLoadLoss', 'ph...
  _defaults = {'excitingCurrent': 0.0, 'fromTapStep': 0, 'leakag...
  _refs = ['From_TransformerWinding', 'To_TransformerWinding']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  From_TransformerWinding
The winding from which the test was conducted
  To_TransformerWinding
The winding to which the test was conducted.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, fromTapStep=0, leakageImpedance=0.0, noLoadLoss=0.0, phaseShift=0.0, excitingCurrent=0.0, loadLoss=0.0, toTapStep=0, voltage=0.0, From_TransformerWinding=None, To_TransformerWinding=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'WindingTest' instance.

Parameters:
  • fromTapStep - The tap step number for the 'from' winding of the test pair.
  • leakageImpedance - The leakage impedance measured at the 'from' winding with the 'to' winding short-circuited and all other windings open-circuited. Leakage impedance is expressed in units based on the apparent power and voltage ratings of the 'from' winding.
  • noLoadLoss - The no load loss kW 'to' winding open-circuited) from the test report.
  • phaseShift - The phase shift measured at the open-circuited 'to' winding, with the 'from' winding set to the 'from' winding's rated voltage and all other windings open-circuited.
  • excitingCurrent - The exciting current on open-circuit test, expressed as a percentage of rated current, at nominal voltage
  • loadLoss - The load loss kW ('to' winding short-circuited) from the test report.
  • toTapStep - The tap step number for the 'to' winding of the test pair.
  • voltage - The voltage measured at the open-circuited 'to' winding, with the 'from' winding set to the 'from' winding's rated voltage and all other windings open-circuited.
  • From_TransformerWinding - The winding from which the test was conducted
  • To_TransformerWinding - The winding to which the test was conducted. Note that although the 'from' side of the test is required, the 'to' side of a test is not always required.
Overrides: object.__init__

getTo_TransformerWinding(self)

 

The winding to which the test was conducted. Note that although the 'from' side of the test is required, the 'to' side of a test is not always required.


Class Variable Details [hide private]

_attr_types

Value:
{'excitingCurrent': <type 'float'>,
 'fromTapStep': <type 'int'>,
 'leakageImpedance': <type 'float'>,
 'loadLoss': <type 'float'>,
 'noLoadLoss': <type 'float'>,
 'phaseShift': <type 'float'>,
 'toTapStep': <type 'int'>,
 'voltage': <type 'float'>}

_attrs

Value:
['fromTapStep',
 'leakageImpedance',
 'noLoadLoss',
 'phaseShift',
 'excitingCurrent',
 'loadLoss',
 'toTapStep',
 'voltage']

_defaults

Value:
{'excitingCurrent': 0.0,
 'fromTapStep': 0,
 'leakageImpedance': 0.0,
 'loadLoss': 0.0,
 'noLoadLoss': 0.0,
 'phaseShift': 0.0,
 'toTapStep': 0,
 'voltage': 0.0}

Property Details [hide private]

From_TransformerWinding

The winding from which the test was conducted

Get Method:
getFrom_TransformerWinding(self) - The winding from which the test was conducted
Set Method:
setFrom_TransformerWinding(self, value)

To_TransformerWinding

The winding to which the test was conducted. Note that although the 'from' side of the test is required, the 'to' side of a test is not always required.

Get Method:
getTo_TransformerWinding(self) - The winding to which the test was conducted.
Set Method:
setTo_TransformerWinding(self, value)