Package CIM14 :: Package IEC61968 :: Package AssetModels :: Module DistributionWindingTest' :: Class DistributionWindingTest
[hide private]
[frames] | no frames]

Class DistributionWindingTest

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

Test results for one or more transformer windings. These may include short-circuit or open-circuit (excitation) tests. Short-circuit test results include load losses and leakage impedances. Open-circuit test results may include no-load losses, exciting current, phase shifts, and induced voltage. For three-phase windings, the excitation can be positive sequence (the default) or zero sequence.

Instance Methods [hide private]
 
__init__(self, fromTapStep=0, FromWinding=None, *args, **kw_args)
Initialises a new 'DistributionWindingTest' instance.
 
getFromWinding(self)
Winding that voltage or current is applied to during the test.
 
setFromWinding(self, value)

Inherited from IEC61970.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 = {'fromTapStep': <type 'int'>}
  _attrs = ['fromTapStep']
  _defaults = {'fromTapStep': 0}
  _refs = ['FromWinding']

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

Properties [hide private]
  FromWinding
Winding that voltage or current is applied to during the test.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, fromTapStep=0, FromWinding=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DistributionWindingTest' instance.

Parameters:
  • fromTapStep - Tap step number for the 'from' winding of the test pair.
  • FromWinding - Winding that voltage or current is applied to during the test.
Overrides: object.__init__

Property Details [hide private]

FromWinding

Winding that voltage or current is applied to during the test.

Get Method:
getFromWinding(self) - Winding that voltage or current is applied to during the test.
Set Method:
setFromWinding(self, value)