-
Notifications
You must be signed in to change notification settings - Fork 16
pypowsybl 1.9.0 ‐ Migration guide
HugoKulesza edited this page Jan 14, 2025
·
1 revision
Replace :
-
add_alpha_beta_loadwithadd_base_loadwith LoadAlphaBeta asmodel_name -
add_one_transformer_loadwithadd_load_one_transformer -
add_generator_synchronous_three_windingswithadd_synchronous_generatorwith GeneratorSynchronousThreeWindings asmodel_name -
add_generator_synchronous_three_windings_proportional_regulationswithadd_synchronous_generatorwith GeneratorSynchronousThreeWindingsProportionalRegulations asmodel_name -
add_generator_synchronous_four_windingswithadd_synchronous_generatorwith GeneratorSynchronousFourWindings asmodel_name -
add_generator_synchronous_four_windings_proportional_regulationswithadd_synchronous_generatorwith GeneratorSynchronousFourWindingsProportionalRegulations asmodel_name -
add_current_limit_automatonwithadd_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.