Interface CurrentLimits

All Superinterfaces:
LoadingLimits, OperationalLimits
All Known Implementing Classes:
CurrentLimitsImpl, ReducedCurrentLimits

public interface CurrentLimits extends LoadingLimits
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>