-
Notifications
You must be signed in to change notification settings - Fork 12
pypowsybl 1.9.0 ‐ Migration guide
HugoKulesza edited this page Jan 14, 2025
·
1 revision
Replace :
-
add_alpha_beta_load
withadd_base_load
with LoadAlphaBeta asmodel_name
-
add_one_transformer_load
withadd_load_one_transformer
-
add_generator_synchronous_three_windings
withadd_synchronous_generator
with GeneratorSynchronousThreeWindings asmodel_name
-
add_generator_synchronous_three_windings_proportional_regulations
withadd_synchronous_generator
with GeneratorSynchronousThreeWindingsProportionalRegulations asmodel_name
-
add_generator_synchronous_four_windings
withadd_synchronous_generator
with GeneratorSynchronousFourWindings asmodel_name
-
add_generator_synchronous_four_windings_proportional_regulations
withadd_synchronous_generator
with GeneratorSynchronousFourWindingsProportionalRegulations asmodel_name
-
add_current_limit_automaton
withadd_overload_management_system
Replace CurveMapping::add_curve
and CurveMapping::add_curve
with OutputVariableMapping::add_dynamic_model_curves
.
SimulationResult::status now returns a DynamicSimulationStatus enum instead of 'Ok' / 'Not ok' string.