Skip to content

Migration guide v4.1.0

MioRtia edited this page Mar 22, 2021 · 6 revisions

Deletion of simulation-api module

From this version, simulation-api module will be removed. Please use dynamic-simulation-api module instead.

Import of CGMES Control Area

From this version, CGMES control area and area exchanges are imported in IIDM model. If you are using a custom IIDM implementation, you will then need to implement the new extension CgmesControlAreas and its adder and sub-object. Don't forget to implement a provider for your custom extension adder implementation.

Boundaries have also been extended for this feature. It will still work to an extent if you do not implement the newly added methods, however some information will be missing. Please implement them to ensure a correct import.

Export of CGMES node-breaker networks and creating of CGMES-IIDM bus mapping

In order to make CGMES node-breaker networks export possible, a CGMES-IIDM bus mapping must be created. If you are using a custom IIDM implementation, you will then need to implement the new extension CgmesIidmMapping and its adder to use this feature. Don't forget to implement a provider for your custom extension adder implementation.

Clone this wiki locally