pypowsybl.shortcircuit.ShortCircuitAnalysisResult.limit_violations#

property ShortCircuitAnalysisResult.limit_violations: DataFrame#

contains a list of all the violations after the fault, in a dataframe representation. The rows are the fault ids and the id of the equipment where the violation happens. The columns are: - subject_name: the name of the equipment where the violation occurs - limit_type: the type of limit violation, can be LOW_SHORT_CIRCUIT_CURRENT or HIGH_SHORT_CIRCUIT_CURRENT - limit_name - limit: the value of the limit that is violated (maximum or minimum admissible short-circuit current) in A - acceptable_duration - limit_reduction - value: the calculated short-circuit current that is too high or too low (in A) - side: in case of a limit on a branch, the side where the violation has been detected It should be empty when the parameter with_limit_violations is set to false