Package com.powsybl.iidm.network
Interface Branch.Overload
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getPreviousLimit()
The value of the current limit which has been overloaded, in Amperes.String
getPreviousLimitName()
The name of the current limit which has been overloaded.LoadingLimits.TemporaryLimit
getTemporaryLimit()
The temporary limit under which the current is.
-
-
-
Method Detail
-
getTemporaryLimit
LoadingLimits.TemporaryLimit getTemporaryLimit()
The temporary limit under which the current is. In particular, it determines the duration during which the current current value may be sustained.
-
getPreviousLimit
double getPreviousLimit()
The value of the current limit which has been overloaded, in Amperes.
-
getPreviousLimitName
String getPreviousLimitName()
The name of the current limit which has been overloaded.
-
-