bluecellulab.simulation.simulation¶
Simulation class of bluecellulab.
Classes
|
Class that represents a neuron simulation. |
- class bluecellulab.simulation.simulation.Simulation(parallel_context=None, custom_progress_function=None)[source]¶
Class that represents a neuron simulation.
- add_cell(new_cell)[source]¶
Add a cell to a simulation.
- Parameters:
new_cell (
Cell)- Return type:
None