hbp_nrp_backend.simulation_control package

This package controls the simulations

hbp_nrp_backend.simulation_control.get_simulation(sim_id: int)hbp_nrp_backend.simulation_control.simulation.Simulation[source]

Gets the simulation with the given simulation id, None otherwise

Parameters

sim_id – The simulation id

Returns

The simulation object with the given sim_id, None otherwise

Raises

ValueError – When sim_id simulation doesn’t exist