pypowsybl.security.SecurityAnalysisResult¶
- class SecurityAnalysisResult(handle)[source]¶
The result of a security analysis.
Methods
__init__(handle)export_to_json(path)Add the security analysis' output to the specified path in a JSON file.
Result for the specified operator strategy
find_post_contingency_result(contingency_id)Result for the specified contingency.
get_table()Attributes
Results (P, Q, I) for monitored branches.
Bus results (voltage angle and magnitude) for monitored voltage levels.
All limit violations in a dataframe representation.
Results for the operator strategies, as a dictionary operator strategy ID -> result.
Results for the contingencies, as a dictionary contingency ID -> result.
Result for the pre-contingency state.
Results (P, Q, I) for monitored three winding transformers.
- Parameters:
handle (pypowsybl._pypowsybl.JavaHandle)