Interface RatioTapChanger

All Superinterfaces:
TapChanger<RatioTapChanger,RatioTapChangerStep>

public interface RatioTapChanger extends TapChanger<RatioTapChanger,RatioTapChangerStep>
A ratio tap changer that is associated to a transformer to control the voltage.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • getTargetV

      double getTargetV()
      Get the target voltage in kV.

      Depends on the working variant.

      See Also:
    • setTargetV

      RatioTapChanger setTargetV(double targetV)
      Set the target voltage in kV.

      Depends on the working variant.

      See Also:
    • hasLoadTapChangingCapabilities

      boolean hasLoadTapChangingCapabilities()
      Get the load tap changing capabilities status.
    • setLoadTapChangingCapabilities

      RatioTapChanger setLoadTapChangingCapabilities(boolean status)
      Set the load tap changing capabilities status.