Short-circuit analysis#
Run a short-circuit analysis#
You can run a short-circuit analysis using the following methods:
Creates a short-circuit analysis object, which can be used to run a short-circuit analysis on a network |
|
Runs a short-circuit analysis. |
|
Set the default short-circuit analysis provider. |
|
Get the current default short-circuit analysis provider. |
|
Get list of supported provider names |
Parameters#
The execution of the short-circuit analysis can be customized using short-circuit analysis parameters.
Parameters for a short-circuit analysis execution. |
Create faults#
You can define faults to be simulated with the following methods:
Define faults to be analysed in the short-circuit simulation. |
|
Results#
When the short-circuit analysis is completed, you can inspect its results:
The result of a short-circuit analysis. |
|
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. |