Package com.powsybl.shortcircuit
Class FortescueFeederResult
java.lang.Object
com.powsybl.shortcircuit.FortescueFeederResult
- All Implemented Interfaces:
FeederResult
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 Summary
ConstructorDescriptionFortescueFeederResult
(String connectableId, FortescueValue current) FortescueFeederResult
(String connectableId, FortescueValue current, ThreeSides side) -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the connectable contributing to the three-phase short-circuit current.The current on the three phases [in A].getSide()
The side of the equipment where the result applies.The side of the equipment with two sides (like branch) where the result applies.
-
Constructor Details
-
FortescueFeederResult
-
FortescueFeederResult
-
-
Method Details
-
getCurrent
The current on the three phases [in A]. -
getConnectableId
Description copied from interface:FeederResult
The ID of the connectable contributing to the three-phase short-circuit current.- Specified by:
getConnectableId
in interfaceFeederResult
-
getSide
Description copied from interface:FeederResult
The side of the equipment where the result applies. Will benull
for equipments other than branches and three windings transformers.- Specified by:
getSide
in interfaceFeederResult
-
getSideAsTwoSides
Description copied from interface:FeederResult
The side of the equipment with two sides (like branch) where the result applies.- Specified by:
getSideAsTwoSides
in interfaceFeederResult
-