Interface CurrentLimits

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

    public interface CurrentLimits
    extends LoadingLimits
    Current limits are defined by:
    • A permanent limit (A)
    • Any number of temporary limits. A permanent limit (A) 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