-
Notifications
You must be signed in to change notification settings - Fork 42
Migration guide v4.1.0
From this version, simulation-api
module will be removed. Please use dynamic-simulation-api
module instead.
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.
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.