Package com.powsybl.iidm.network
Interface ApparentPowerLimits
- All Superinterfaces:
LoadingLimits
,OperationalLimits
- All Known Implementing Classes:
ReducedApparentPowerLimits
- Author:
- Miora Ralambotiana <miora.ralambotiana at rte-france.com>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.powsybl.iidm.network.LoadingLimits
LoadingLimits.TemporaryLimit
-
Method Summary
Modifier and TypeMethodDescriptiondefault LimitType
Get the operational limits' type (can be APPARENT_POWER, CURRENT or VOLTAGE)Methods inherited from interface com.powsybl.iidm.network.LoadingLimits
getPermanentLimit, getTemporaryLimit, getTemporaryLimits, getTemporaryLimitValue, setPermanentLimit, setTemporaryLimitValue
Methods inherited from interface com.powsybl.iidm.network.OperationalLimits
remove
-
Method Details
-
getLimitType
Description copied from interface:OperationalLimits
Get the operational limits' type (can be APPARENT_POWER, CURRENT or VOLTAGE)- Specified by:
getLimitType
in interfaceOperationalLimits
-