bluepysnap.simulation¶
Simulation access.
Classes
|
Access to Simulation data. |
- class bluepysnap.simulation.Simulation(config)¶
Access to Simulation data.
Initializes a simulation object from a SONATA simulation config file.
- Parameters:
config (str) – Path to a SONATA simulation config file.
- Returns:
A Simulation object.
- Return type:
- circuit¶
Access to the circuit used for the simulation.
- property conditions¶
Access to the conditions dictionary for this simulation.
- property config¶
Simulation config dictionary.
- property dt¶
Returns the frequency of reporting in milliseconds.
- node_sets¶
Returns the NodeSets object bound to the simulation.
- property output¶
Access the output section.
- reports¶
Access all available FrameReports.
Notes
Supported FrameReports are soma and compartment reports.
- property run¶
Access to the complete run dictionary for this simulation.
- property simulator¶
Returns the targeted simulator.
- spikes¶
Access to the SpikeReport.
- property time_start¶
Returns the starting time of the simulation.
- property time_stop¶
Returns the stopping time of the simulation.
- property time_units¶
Returns the times unit for this simulation.
- property to_libsonata¶
Libsonata instance of the config.