Interface ReactiveCapabilityCurve.Point

  • Enclosing interface:
    ReactiveCapabilityCurve

    public static interface ReactiveCapabilityCurve.Point
    A point of the reactive capability curve, for a given active power the minimal and the maximal value for the reactive power.
    • Method Detail

      • getP

        double getP()
      • getMinQ

        double getMinQ()
      • getMaxQ

        double getMaxQ()