CIM14 :: CPSM :: Equipment :: Wires :: PhaseVariationCurve :: PhaseVariationCurve :: Class PhaseVariationCurve
[hide private]
[frames] | no frames]

Class PhaseVariationCurve

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.Unit Symbol for this is Percent

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)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["PhaseTapChanger"]
  _many_refs = []
  PhaseTapChanger = property(getPhaseTapChanger, setPhaseTapChan...
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.

Class Variable Details [hide private]

PhaseTapChanger

Value:
property(getPhaseTapChanger, setPhaseTapChanger)