Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: Package IEC61968 :: Package AssetModels :: Module WindingInfo' :: Class WindingInfo
[hide private]
[frames] | no frames]

Class WindingInfo

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

Winding data.

Instance Methods [hide private]
 
__init__(self, ratedS=0.0, ratedU=0.0, connectionKind='I', WindingTests=None, ToWindingSpecs=None, Windings=None, *args, **kw_args)
Initialises a new 'WindingInfo' instance.
 
addToWindingSpecs(self, *ToWindingSpecs)
 
addWindingTests(self, *WindingTests)
 
addWindings(self, *Windings)
 
getToWindingSpecs(self)
Tap steps and induced voltage/angle measurements for tests in which this winding was not excited.
 
getWindingTests(self)
All winding tests during which voltage or current was applied to this winding.
 
getWindings(self)
All windings described by this winding data.
 
removeToWindingSpecs(self, *ToWindingSpecs)
 
removeWindingTests(self, *WindingTests)
 
removeWindings(self, *Windings)
 
setToWindingSpecs(self, value)
 
setWindingTests(self, value)
 
setWindings(self, value)

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'>, 'ratedS': <type...
  _attrs = ['ratedS', 'ratedU', 'connectionKind']
  _defaults = {'connectionKind': 'I', 'ratedS': 0.0, 'ratedU': 0.0}
  _enums = {'connectionKind': 'WindingConnection'}
  _many_refs = ['WindingTests', 'ToWindingSpecs', 'Windings']
  _refs = ['WindingTests', 'ToWindingSpecs', 'Windings']
Properties [hide private]
  ToWindingSpecs
Tap steps and induced voltage/angle measurements for tests in which this winding was not excited.
  WindingTests
All winding tests during which voltage or current was applied to this winding.
  Windings
All windings described by this winding data.

Inherited from object: __class__

Method Details [hide private]

__init__(self, ratedS=0.0, ratedU=0.0, connectionKind='I', WindingTests=None, ToWindingSpecs=None, Windings=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'WindingInfo' instance.

Parameters:
  • ratedS - Normal apparent power rating of this winding.
  • ratedU - Rated voltage of this winding: phase-phase for three-phase windings, and either phase-phase or phase-neutral for single-phase windings.
  • connectionKind - Kind of connection of this winding. Values are: "I", "Z", "Yn", "Y", "A", "D", "Zn"
  • WindingTests - All winding tests during which voltage or current was applied to this winding.
  • ToWindingSpecs - Tap steps and induced voltage/angle measurements for tests in which this winding was not excited.
  • Windings - All windings described by this winding data.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'connectionKind': <type 'str'>,
 'ratedS': <type 'float'>,
 'ratedU': <type 'float'>}

Property Details [hide private]

ToWindingSpecs

Tap steps and induced voltage/angle measurements for tests in which this winding was not excited.

Get Method:
getToWindingSpecs(self) - Tap steps and induced voltage/angle measurements for tests in which this winding was not excited.
Set Method:
setToWindingSpecs(self, value)

WindingTests

All winding tests during which voltage or current was applied to this winding.

Get Method:
getWindingTests(self) - All winding tests during which voltage or current was applied to this winding.
Set Method:
setWindingTests(self, value)

Windings

All windings described by this winding data.

Get Method:
getWindings(self) - All windings described by this winding data.
Set Method:
setWindings(self, value)