Skip to content

Migration guide v4.1.0

MioRtia edited this page Mar 18, 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.

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.

Clone this wiki locally