Class FortescueFeederResult

java.lang.Object
com.powsybl.shortcircuit.FortescueFeederResult
All Implemented Interfaces:
FeederResult

public class FortescueFeederResult extends Object
Author:
Coline Piloquet <coline.piloquet at rte-france.com>
  • Constructor Details

    • FortescueFeederResult

      public FortescueFeederResult(String connectableId, FortescueValue current)
  • Method Details

    • getCurrent

      public FortescueValue getCurrent()
      The current on the three phases [in A].
    • getConnectableId

      public String getConnectableId()
      Description copied from interface: FeederResult
      The ID of the connectable contributing to the three-phase short-circuit current.
      Specified by:
      getConnectableId in interface FeederResult