pyleecan.Functions.Simulation.VarSimu.run_multisim_step module

run_multisim_step(simulation, datakeeper_list, stop_if_error, post_keeper_postproc_list=None, simu_type=None)[source]

Execute a simulation step of a multi-simulation and run datakeepers

Parameters:
  • simulation (Simulation) – Simulation to run

  • datakeeper_list – List of datakeeper to run and update results

  • stop_if_error (bool) – True: Raises an error if the simulation fails

  • post_keeper_postproc_list (list) – list of postprocessing to run after the datakeeper

  • simu_type (str) – To adapt the text ex: “Variable Load Results”