-
Notifications
You must be signed in to change notification settings - Fork 0
Migration guide v2.6.0
Florian Dupuy edited this page Oct 22, 2024
·
1 revision
For all HVDC VSC dynamic model names, replace VSC
with Vsc
starting from this release (ex: HvdcVSCDanglingP
to HvdcVscDanglingP
)
Replace every builders getSupportedLibs
with getSupportedModelInfos
:
-
getSupportedModelInfos
returns a collection ofModelInfo
- the name of the supported libs (model name) is returned by
ModelInfo::name
ReplaceBuilderConfig
getLibs
withgetModelInfos
.
Replace every event builders getTag
with getModelName
and add a static getEventModelInfo
Replace EventBuilderConfig
getTag
with getEventModelInfo
.
Rename GeneratorFictitiousBuilder
to BaseGeneratorBuilder
DynaWaltz renaming for:
- java module:
-
dynawaltz
->dynawo-simulation
-
dynawaltz-dsl
->dynawo-dsl
-
- directory:
-
powsybl-dynawaltz
->powsybl-dynawo-simulation
-
powsybl-dynawaltz-dsl
->powsybl-dynawo-dsl
-
- package:
dynawaltz
->dynawo
- classes:
DynaWaltzXXX
->DynawoSimulationXXX
- provider name:
DynaWaltz
->Dynawo
- platform module config:
dynawaltz
->dynawo
- platform parameters config:
dynawaltz-default-parameters
->dynawo-simulation-default-parameters
DynawoSimulationParameters
writeFinalState
option can no longer be used. The value is always set to true
.