Package com.powsybl.iidm.network
Interface LoadingLimits.TemporaryLimit
- All Known Implementing Classes:
AbstractReducedLoadingLimits.ReducedTemporaryLimit
- Enclosing interface:
- LoadingLimits
public static interface LoadingLimits.TemporaryLimit
Temporary current limit.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the acceptable duration of the limit in second.getName()
Get the temporary limit namedouble
getValue()
Get the temporary limit value.boolean
Check if the temporary limit is a real limit corresponding to an overloading protection or just an operating rule
-
Method Details
-
getName
String getName()Get the temporary limit name- Returns:
- the temporary limit name
-
getValue
double getValue()Get the temporary limit value.- Returns:
- the temporary limit value
-
getAcceptableDuration
int getAcceptableDuration()Get the acceptable duration of the limit in second.- Returns:
- the acceptable duration of the limit in second
-
isFictitious
boolean isFictitious()Check if the temporary limit is a real limit corresponding to an overloading protection or just an operating rule- Returns:
- false if it is a real limit, false otherwise
-