OpenRAO has its own remedial action definition for range actions, using only the ID of an object in the iidm network
Describe the expected behavior
Like what was done in https://github.com/powsybl/powsybl-open-rao/pull/920, try to use generic powsybl network modifications as a base for range actions. This will be trickier, since "range" remedial actions do not exist in powsybl-core.
We will have to define extra layers, or maybe add new things to powsybl-core. We can discuss options in this issue.
Describe the motivation
Better integration with powsybl, less redundancy in code, and improved generecity.
Describe the current behavior
OpenRAO has its own remedial action definition for range actions, using only the ID of an object in the iidm network
Describe the expected behavior
Like what was done in https://github.com/powsybl/powsybl-open-rao/pull/920, try to use generic powsybl network modifications as a base for range actions. This will be trickier, since "range" remedial actions do not exist in powsybl-core.
We will have to define extra layers, or maybe add new things to powsybl-core. We can discuss options in this issue.
Describe the motivation
Better integration with powsybl, less redundancy in code, and improved generecity.
Extra Information
No response