powsybl / pypowsybl

A PowSyBl and Python integration based on GraalVM native image
Mozilla Public License 2.0
53 stars 10 forks source link

Map phase and ratio tap changer and shunt compensator actions #728

Closed obrix closed 5 months ago

obrix commented 5 months ago

Map phase and ratio tap changer and shunt compensator action. Also shunt compensator still raise an exception because they are only supported from olf 1.8.0.

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem? no

What kind of change does this PR introduce? feature

What is the new behavior (if this is a feature change)? add two new actions on tap changers and refactor side

Does this PR introduce a breaking change or deprecate an API?

If yes, please check if the following requirements are fulfilled

What changes might users need to make in their application due to this PR? (migration steps) BranchSide and Side enums are merged become now only Side Side.NONE becomes Side.UNDEFINED