-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Release 12/2025raoThis issue or PR relates to the Python API of OpenRAOThis issue or PR relates to the Python API of OpenRAO
Description
Describe the current behavior
Only one method set_glsk_file_source exists.
Describe the expected behavior
The method set_glsk_file_source should be splitted in two methods:
set_loopflow_glsk_file_sourceused for loopflow computations in flow RAOset_monitoring_glsk_file_sourceused for redispatching in angle monitoring
Describe the motivation
No response
Extra Information
In OpenRAO, this distinction is made through the input object given to the RAO.
- for loop flow GLSKs (
ZonalData<SensitivityVariableSet>), the GLSKs are given to theRaoInputused in the flow RAO and thus interpreted as loopflow GLSKs - for redispatching GLSKs (
ZonalData<Scalable>), the GLSKs are given to theMonitoringInputused in the angle/voltage monitoring
In pypowsybl, we could use two different GLSKs object and provide each one to its associated computation engine.
Metadata
Metadata
Assignees
Labels
Release 12/2025raoThis issue or PR relates to the Python API of OpenRAOThis issue or PR relates to the Python API of OpenRAO
Type
Projects
Status
Done