Package com.powsybl.shortcircuit
Interface ShortCircuitBusResults
-
- All Known Implementing Classes:
FortescueShortCircuitBusResults
,MagnitudeShortCircuitBusResults
public interface ShortCircuitBusResults
- Author:
- Coline Piloquet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBusId()
double
getInitialVoltageMagnitude()
Returns the magnitude of the voltage before the fault (in kV).double
getVoltageDropProportional()
Returns the voltage drop between the voltage magnitude before and after the fault, as a percentage.String
getVoltageLevelId()
-
-
-
Method Detail
-
getVoltageLevelId
String getVoltageLevelId()
-
getBusId
String getBusId()
-
getInitialVoltageMagnitude
double getInitialVoltageMagnitude()
Returns the magnitude of the voltage before the fault (in kV).
-
getVoltageDropProportional
double getVoltageDropProportional()
Returns the voltage drop between the voltage magnitude before and after the fault, as a percentage.
-
-