Package com.powsybl.iidm.network
Interface MinMaxReactiveLimits
-
- All Superinterfaces:
ReactiveLimits
public interface MinMaxReactiveLimits extends ReactiveLimits
Generator
reactive limits that does not depend of the active power.- Author:
- Geoffroy Jamgotchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMaxQ()
double
getMinQ()
-
Methods inherited from interface com.powsybl.iidm.network.ReactiveLimits
getKind, getMaxQ, getMinQ
-
-