Interface VoltagePerReactivePowerControl

All Superinterfaces:
Extension<StaticVarCompensator>
All Known Implementing Classes:
VoltagePerReactivePowerControlImpl

public interface VoltagePerReactivePowerControl extends Extension<StaticVarCompensator>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Return the name of this extension.
    double
    Get the slope of the StaticVarCompensator, that defines how the reactive power output changes in proportion to the difference between the controlled bus target voltage and the controlled bus voltage.
    setSlope(double slope)
     

    Methods inherited from interface com.powsybl.commons.extensions.Extension

    getExtendable, setExtendable
  • Field Details

  • Method Details

    • getName

      default String getName()
      Description copied from interface: Extension
      Return the name of this extension.
      Specified by:
      getName in interface Extension<StaticVarCompensator>
    • getSlope

      double getSlope()
      Get the slope of the StaticVarCompensator, that defines how the reactive power output changes in proportion to the difference between the controlled bus target voltage and the controlled bus voltage. The slope is in kV by MVar.
    • setSlope

      VoltagePerReactivePowerControl setSlope(double slope)