Interface CoordinatedReactiveControl

All Superinterfaces:
Extension<Generator>
All Known Implementing Classes:
CoordinatedReactiveControlImpl

public interface CoordinatedReactiveControl extends Extension<Generator>
Author:
Thomas ADAM <tadam at silicom.fr>
  • 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 percent of the coordinated reactive control that comes from the generator to which this extension is linked.
    void
    setQPercent(double qPercent)
    Set the percent of the coordinated reactive control that comes from the generator to which this extension is linked.

    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<Generator>
    • getQPercent

      double getQPercent()
      Get the percent of the coordinated reactive control that comes from the generator to which this extension is linked.
    • setQPercent

      void setQPercent(double qPercent)
      Set the percent of the coordinated reactive control that comes from the generator to which this extension is linked.