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

Class PhaseVariationCurve

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

A Phase Variation Curve describes the phase shift in relationship to tap step changes. The tap step is represented using the xValue and the phase shift using y1value.

Instance Methods [hide private]
 
__init__(self, PhaseTapChanger=None, *args, **kw_args)
Initialises a new 'PhaseVariationCurve' instance.
 
getPhaseTapChanger(self)
A PhaseVariationCurve defines phase shift changes for a PhaseTapChanger.
 
setPhaseTapChanger(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 = ['PhaseTapChanger']
Properties [hide private]
  PhaseTapChanger
A PhaseVariationCurve defines phase shift changes for a PhaseTapChanger.

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'PhaseVariationCurve' instance.

Parameters:
  • PhaseTapChanger - A PhaseVariationCurve defines phase shift changes for a PhaseTapChanger.
Overrides: object.__init__

Property Details [hide private]

PhaseTapChanger

A PhaseVariationCurve defines phase shift changes for a PhaseTapChanger.

Get Method:
getPhaseTapChanger(self) - A PhaseVariationCurve defines phase shift changes for a PhaseTapChanger.
Set Method:
setPhaseTapChanger(self, value)