powsybl / powsybl-core

A framework to build power system oriented software
https://www.powsybl.org
Mozilla Public License 2.0
124 stars 40 forks source link

Bus-branch export produces an invalid XIIDM file #2387

Open sylvlecl opened 1 year ago

sylvlecl commented 1 year ago

Bug

See unit test in https://github.com/powsybl/powsybl-core/pull/2386

When exporting to an XIIDM file in bus-branch topology, elements may have no associated connectable bus. It causes the XIIDM file to be invalid (impossible to import).

To be decided:

sylvlecl commented 1 year ago

@annetill @miovd @geofjamg @EtienneLt After discussion: it appears it is "known" that the bus-branch export is not supported

--> we should remove completely the support for that export parameter

Is it agreed ? Of course it's a breaking change. We can document that it could be replaced by the bus-breaker export where the retained switches are configured according to the needs.

miovd commented 1 year ago

@annetill @miovd @geofjamg @EtienneLt After discussion: it appears it is "known" that the bus-branch export is not supported

--> we should remove completely the support for that export parameter

Is it agreed ? Of course it's a breaking change. We can document that it could be replaced by the bus-breaker export where the retained switches are configured according to the needs.

Please note before taking a decision that there are users of the feature (dynawo project and ELM for example use the bus-branch export to run their calculations).