Interface OverloadManagementSystemAdder.TrippingAdder<I extends OverloadManagementSystemAdder.TrippingAdder<I>>

All Known Subinterfaces:
OverloadManagementSystemAdder.BranchTrippingAdder, OverloadManagementSystemAdder.SwitchTrippingAdder, OverloadManagementSystemAdder.ThreeWindingsTransformerTrippingAdder
Enclosing interface:
OverloadManagementSystemAdder

public static interface OverloadManagementSystemAdder.TrippingAdder<I extends OverloadManagementSystemAdder.TrippingAdder<I>>
  • Method Details

    • setKey

      I setKey(String key)
      Set the unique key of the tripping.

      This key is unique for a single overload management system, but it can be reused for another overload management system).

      Parameters:
      key - the tripping key
    • setName

      I setName(String name)
      Set the name of the tripping.

      This name is facultative. It is used only for reporting purposes.

      Parameters:
      name - the name of the tripping
    • setCurrentLimit

      I setCurrentLimit(double currentLimit)
      Set the maximum acceptable current value (in A).
      Parameters:
      currentLimit - the maximum current value
    • setOpenAction

      I setOpenAction(boolean open)
    • getType

    • add