pypowsybl.shortcircuit.ShortCircuitAnalysis.run#
- ShortCircuitAnalysis.run(network, parameters=None, provider='', reporter=None, report_node=None)[source]#
Runs a short-circuit analysis.
- Parameters:
network (Network) – Network on which the short-circuit analysis will be computed
parameters (Parameters | None) – short-circuit analysis parameters
provider (str) – Name of the short-circuit analysis implementation provider to be used.
reporter (ReportNode | None) – deprecated, use report_node instead
report_node (ReportNode | None) – the reporter to be used to create an execution report, default is None (no report)
- Returns:
A short-circuit analysis result.
- Return type: