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

Class ToWindingSpec

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  ToWindingSpec

For short-circuit tests, specifies the winding and tap for all short-circuited windings. For open-circuit tests, specifies the winding, tap, induced voltage, and induced angle for any non-excited windings that were measured during the test. This won't apply if only the exciting current and no-load losses were measured.

Instance Methods [hide private]
 
__init__(self, voltage=0.0, phaseShift=0.0, toTapStep=0, ToWinding=None, OpenCircuitTests=None, ShortCircuitTests=None, *args, **kw_args)
Initialises a new 'ToWindingSpec' instance.
 
addOpenCircuitTests(self, *OpenCircuitTests)
 
addShortCircuitTests(self, *ShortCircuitTests)
 
getOpenCircuitTests(self)
All open-circuit tests in which this winding was measured.
 
getShortCircuitTests(self)
All short-circuit tests in which this winding was short-circuited.
 
getToWinding(self)
Winding short-circuited in a short-circuit test, or measured for induced voltage and angle in an open-circuit test.
 
removeOpenCircuitTests(self, *OpenCircuitTests)
 
removeShortCircuitTests(self, *ShortCircuitTests)
 
setOpenCircuitTests(self, value)
 
setShortCircuitTests(self, value)
 
setToWinding(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 = {'phaseShift': <type 'float'>, 'toTapStep': <typ...
  _attrs = ['voltage', 'phaseShift', 'toTapStep']
  _defaults = {'phaseShift': 0.0, 'toTapStep': 0, 'voltage': 0.0}
  _many_refs = ['OpenCircuitTests', 'ShortCircuitTests']
  _refs = ['ToWinding', 'OpenCircuitTests', 'ShortCircuitTests']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  OpenCircuitTests
All open-circuit tests in which this winding was measured.
  ShortCircuitTests
All short-circuit tests in which this winding was short-circuited.
  ToWinding
Winding short-circuited in a short-circuit test, or measured for induced voltage and angle in an open-circuit test.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, voltage=0.0, phaseShift=0.0, toTapStep=0, ToWinding=None, OpenCircuitTests=None, ShortCircuitTests=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ToWindingSpec' instance.

Parameters:
  • voltage - (if open-circuit test) 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.
  • phaseShift - (if open-circuit test) 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.
  • toTapStep - Tap step number for the 'to' winding of the test pair.
  • ToWinding - Winding short-circuited in a short-circuit test, or measured for induced voltage and angle in an open-circuit test.
  • OpenCircuitTests - All open-circuit tests in which this winding was measured.
  • ShortCircuitTests - All short-circuit tests in which this winding was short-circuited.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'phaseShift': <type 'float'>,
 'toTapStep': <type 'int'>,
 'voltage': <type 'float'>}

Property Details [hide private]

OpenCircuitTests

All open-circuit tests in which this winding was measured.

Get Method:
getOpenCircuitTests(self) - All open-circuit tests in which this winding was measured.
Set Method:
setOpenCircuitTests(self, value)

ShortCircuitTests

All short-circuit tests in which this winding was short-circuited.

Get Method:
getShortCircuitTests(self) - All short-circuit tests in which this winding was short-circuited.
Set Method:
setShortCircuitTests(self, value)

ToWinding

Winding short-circuited in a short-circuit test, or measured for induced voltage and angle in an open-circuit test.

Get Method:
getToWinding(self) - Winding short-circuited in a short-circuit test, or measured for induced voltage and angle in an open-circuit test.
Set Method:
setToWinding(self, value)