pypowsybl.shortcircuit.ShortCircuitAnalysisResult#
- class ShortCircuitAnalysisResult(handle, with_fortescue_result)[source]#
The result of a short-circuit analysis.
Methods
__init__
(handle, with_fortescue_result)Attributes
contains the results, for each fault, in a dataframe representation.
contains the contributions of each feeder to the short-circuit current, in a dataframe representation.
contains a list of all the violations after the fault, in a dataframe representation.
contains a list of all the short-circuit voltage bus results, in a dataframe representation.
- Parameters:
handle (pypowsybl._pypowsybl.JavaHandle) –
with_fortescue_result (bool) –