pypowsybl.security.SecurityAnalysisResult#

class SecurityAnalysisResult(handle)[source]#

The result of a sensitivity analysis.

Methods

__init__(handle)

find_operator_strategy_results(...)

Result for the specified operator strategy

find_post_contingency_result(contingency_id)

Result for the specified contingency.

get_table()

Attributes

branch_results

Results (P, Q, I) for monitored branches.

bus_results

Bus results (voltage angle and magnitude) for monitored voltage levels.

limit_violations

All limit violations in a dataframe representation.

operator_strategy_results

Results for the operator strategies, as a dictionary operator strategy ID -> result.

post_contingency_results

Results for the contingencies, as a dictionary contingency ID -> result.

pre_contingency_result

Result for the pre-contingency state.

three_windings_transformer_results

Results (P, Q, I) for monitored three winding transformers.

Parameters:

handle (pypowsybl._pypowsybl.JavaHandle) –