Package com.powsybl.iidm.network
Interface CurrentLimits
- All Superinterfaces:
LoadingLimits
,OperationalLimits
- All Known Implementing Classes:
CurrentLimitsImpl
,ReducedCurrentLimits
Current limits are defined by:
- A permanent limit (A)
- Any number of temporary limits. A temporary limit has an acceptable duration (s). The branch can safely stay between the previous limit (could be another temporary limit or the permanent limit) and this limit during the acceptable duration. A NaN temporay limit value means infinite.
The following diagram shows current areas and corresponding acceptable duration for a permanent limit and 3 temporary limits with x, y and z acceptable durations.
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian 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
-