-
Notifications
You must be signed in to change notification settings - Fork 43
Migration guide v6.7.0
Olivier Perrin edited this page Dec 16, 2024
·
2 revisions
If you have a custom UCTE naming strategy (i.e. a class implementing com.powsybl.ucte.converter.NamingStrategy
), you should implement the following method:
void initializeNetwork(Network network);
By default, the "Default" naming strategy is used when exporting a network in UCTE. If you want to use the new naming strategy, you should define the following property in your configuration: - `ucte.export.naming-strategy`: `Counter`