You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Path to the simulation parametersparameters="/home/me/simulation.parameters"# Start simulationsimulation=masters.Simulation(parameters)
simulation.start()
# Check if simulation has finishedifsimulation.has_finished():
# Print reportsimulation.print_report()
# Force simulation stopsimulation.stop()