pypowsybl.shortcircuit.ShortCircuitAnalysisResult#

class ShortCircuitAnalysisResult(handle, with_fortescue_result)[source]#

The result of a short-circuit analysis.

Methods

__init__(handle, with_fortescue_result)

Attributes

fault_results

contains the results, for each fault, in a dataframe representation.

feeder_results

contains the contributions of each feeder to the short-circuit current, in a dataframe representation.

limit_violations

contains a list of all the violations after the fault, in a dataframe representation.

voltage_bus_results

contains a list of all the short-circuit voltage bus results, in a dataframe representation.

Parameters:
  • handle (pypowsybl._pypowsybl.JavaHandle) –

  • with_fortescue_result (bool) –