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

Class ImpedanceVariationCurve

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                          Core.Curve'.Curve --+
                                              |
                                             ImpedanceVariationCurve

An Impedance Variation Curve describes the change in Transformer Winding impedance values in relationship to tap step changes. The tap step is represented using the xValue, resistance using y1value, reactance using y2value, and magnetizing susceptance using y3value. The resistance (r), reactance (x), and magnetizing susceptance (b) of the associated TransformerWinding define the impedance when the tap is at neutral step. The curve values represent the change to the impedance from the neutral step values. The impedance at a non-neutral step is calculated by adding the neutral step impedance (from the TransformerWinding) to the delta value from the curve.

Instance Methods [hide private]
 
__init__(self, TapChanger=None, *args, **kw_args)
Initialises a new 'ImpedanceVariationCurve' instance.
 
getTapChanger(self)
An ImpedanceVariationCurve is defines impedance changes for a TapChanger.
 
setTapChanger(self, value)

Inherited from Core.Curve'.Curve: addCurveDatas, getCurveDatas, removeCurveDatas, setCurveDatas

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 = {}
  _attrs = []
  _defaults = {}
  _enums = {}
  _many_refs = []
  _refs = ['TapChanger']
Properties [hide private]
  TapChanger
An ImpedanceVariationCurve is defines impedance changes for a TapChanger.

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, TapChanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ImpedanceVariationCurve' instance.

Parameters:
  • TapChanger - An ImpedanceVariationCurve is defines impedance changes for a TapChanger.
Overrides: object.__init__

Property Details [hide private]

TapChanger

An ImpedanceVariationCurve is defines impedance changes for a TapChanger.

Get Method:
getTapChanger(self) - An ImpedanceVariationCurve is defines impedance changes for a TapChanger.
Set Method:
setTapChanger(self, value)