Package com.powsybl.iidm.network
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
-
Method Details
-
getP
double getP() -
getMinQ
double getMinQ() -
getMaxQ
double getMaxQ()
-