emodelrunner.synapses.recordings

Custom Recording class.

Classes

SynapseRecordingCustom([name, location, ...])

Recording in synaptic locations.

class emodelrunner.synapses.recordings.SynapseRecordingCustom(name=None, location=None, variable='v')[source]

Bases: Recording

Recording in synaptic locations.

name

name of this object

Type:

str

location

location in the model of the recording

Type:

Location

variable

which variable to record from (e.g. ‘v’)

Type:

str

varvectors

vectors recording the variable

Type:

list of neuron Vector

tvector

vector recording the time (ms)

Type:

neuron Vector

instantiated

whether the object has been instantiated or not

Type:

bool

destroy(sim=None)[source]

Destroy recording.

Parameters:

sim (bluepyopt.ephys.NrnSimulator) – neuron simulator

instantiate(sim=None, icell=None)[source]

Instantiate recording.

Parameters:
  • sim (bluepyopt.ephys.NrnSimulator) – neuron simulator

  • icell (neuron cell) – cell instantiation in simulator

property response

Return recording responses.

Returns:

list of recorded responses