|
CIM14 ::
ENTSOE ::
Equipment ::
Wires ::
RatioTapChanger ::
RatioTapChanger ::
Class RatioTapChanger
|
|
Class RatioTapChanger
Core.PowerSystemResource.PowerSystemResource --+
|
TapChanger.TapChanger --+
|
RatioTapChanger
A tap changer that changes the voltage ratio impacting the voltage
magnitude but not direclty the phase angle across the transformer..- The
attribute ltcflag specifies whether or not a TapChanger has load tap
changing capabilities. If the ltcFlag is true, the attributes
âhighStepâ, âlowStepâ, âneutralStepâ, ânormalStepâ,
âneutralUâ and âstepVoltageIncrementâ are required.
|
|
_attrs = ["tculControlMode"]
|
|
|
_attr_types = {"tculControlMode": str}
|
|
|
_defaults = {"tculControlMode": "reactive"}
|
|
|
_enums = {"tculControlMode": "TransformerControlMode"}
|
|
|
_refs = ["TransformerWinding"]
|
|
|
_many_refs = []
|
|
|
TransformerWinding = property(getTransformerWinding, setTransf...
|
|
Inherited from TapChanger.TapChanger:
RegulatingControl
|
__init__(self,
tculControlMode="reactive",
TransformerWinding=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'RatioTapChanger' instance.
- Parameters:
tculControlMode - Specifies the regulation control mode (voltage or reactive) of
the RatioTapChanger. Values are: "reactive",
"volt"
TransformerWinding - The transformer winding to which the ratio tap changer belongs.
- Overrides:
TapChanger.TapChanger.__init__
|
TransformerWinding
- Value:
property(getTransformerWinding, setTransformerWinding)
|
|
tculControlMode
Specifies the regulation control mode (voltage or reactive) of the
RatioTapChanger. Values are: "reactive", "volt"
|