cimpy.cgmes_v2_4_15.SvTapStep module

class cimpy.cgmes_v2_4_15.SvTapStep.SvTapStep(position=0.0, TapChanger=None)[source]

State variable for transformer tap step. This class is to be used for taps of LTC (load tap changing) transformers, not fixed tap transformers.

Position

The floating point tap position. This is not the tap ratio, but rather the tap step position as defined by the related tap changer model and normally is constrained to be within the range of minimum and maximum tap positions. Default: 0.0

TapChanger

The tap changer associated with the tap step state. Default: None

cgmesProfile

alias of cimpy.cgmes_v2_4_15.Base.Profile

Inheritance Diagram:

Inheritance diagram of cimpy.cgmes_v2_4_15.SvTapStep