pypowsybl.loadflow.check_loadflow_parameters¶
- check_loadflow_parameters(parameters=None, provider='', report_node=None)[source]¶
Verifies if the provider supports the load flow parameters values. Reports the unsupported parameters with the report node.
- Parameters:
parameters (Parameters | None) – the load flow parameters
provider (str) – the load flow implementation provider, default is the default load flow provider
report_node (ReportNode | None) – the reporter to be used to create an execution report, default is None (no report)
- Returns:
True if the parameters are supported, False otherwise.
- Return type: