pypowsybl.shortcircuit.ShortCircuitAnalysisResult.fault_results#

property ShortCircuitAnalysisResult.fault_results: DataFrame#

contains the results, for each fault, in a dataframe representation. The rows are fault ids and the columns are: - status: the status of the computation, can be SUCCESS, NO_SHORT_CIRCUIT_DATA (in case the reactances of generators are missing), SOLVER_FAILURE or FAILURE - short_circuit_power: the value of the short-circuit power (in MVA) - time_constant: the duration before reaching the permanent short-circuit current - current: the current at the fault, either only the three-phase magnitude or detailed with magnitudes and angles on each phase (in A) - voltage: the voltage at the fault, either only the three-phase magnitude or detailed with magnitudes and angles on each phase (in kV)