Class FortescueFeederResult

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

public class FortescueFeederResult extends Object
Result detailed on the three phases for a feeder contributing to the short-circuit current.
Author:
Coline Piloquet <coline.piloquet at rte-france.com>
  • Constructor Details

  • 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
    • getSide

      public ThreeSides getSide()
      Description copied from interface: FeederResult
      The side of the equipment where the result applies. Will be null for equipments other than branches and three windings transformers.
      Specified by:
      getSide in interface FeederResult
    • getSideAsTwoSides

      public TwoSides getSideAsTwoSides()
      Description copied from interface: FeederResult
      The side of the equipment with two sides (like branch) where the result applies.
      Specified by:
      getSideAsTwoSides in interface FeederResult