e_model_packager.synaptic_plasticity.circuit.bluepy_simulation

Access to bluepy Simulation.

Functions

read_simulation(blueconfig_path)

Read the simulation into Bluepy object.

Classes

BluepySimulation(blueconfig_path)

Wrapper over Bluepy's Simulation class.

class BluepySimulation(blueconfig_path)

Bases: object

Wrapper over Bluepy’s Simulation class.

Use cached method to read the sim.

property morph_dir

Directory containing the morphology.

property morph_parent_dir

Directory containing the morphology.

read_simulation(blueconfig_path)

Read the simulation into Bluepy object.

Parameters:

blueconfig_path (str) – path to the BlueConfig.

Returns:

Bluepy’s Simulation object.

Return type:

Object