pypowsybl.security.SecurityAnalysis.add_monitored_elements#
- SecurityAnalysis.add_monitored_elements(contingency_context_type=pypowsybl._pypowsybl.ContingencyContextType.ALL, contingency_ids=None, branch_ids=None, voltage_level_ids=None, three_windings_transformer_ids=None)[source]#
Add elements to be monitored by the security analysis. The security analysis result will provide additional information for those elements, like the power and current values.
- Parameters:
contingency_context_type (pypowsybl._pypowsybl.ContingencyContextType) – Defines if the elements should be monitored for all state, only N situation or only specific contingencies
contingency_ids (List[str] | str | None) – list of contingencies for which we want to monitor additional elements
branch_ids (List[str] | None) – list of branches to be monitored
voltage_level_ids (List[str] | None) – list of voltage levels to be monitored
three_windings_transformer_ids (List[str] | None) – list of 3 winding transformers to be monitored
- Return type:
None