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 Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
  • Method Details

    • getP

      double getP()
    • getMinQ

      double getMinQ()
    • getMaxQ

      double getMaxQ()