Interface Branch.Overload

  • All Known Implementing Classes:
    OverloadImpl
    Enclosing interface:
    Branch<I extends Branch<I>>

    public static interface Branch.Overload
    Represents a current overload on a Branch.
    • 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.