emodelrunner.recordings

Custom Recording class.

Classes

RecordingCustom([name, location, variable])

Response to stimulus with recording every 0.1 ms.

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

Bases: CompRecording

Response to stimulus with recording every 0.1 ms.

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

varvector

vector recording the variable

Type:

neuron Vector

tvector

vector recording the time (ms)

Type:

neuron Vector

instantiated

whether the object has been instantiated or not

Type:

bool

Args of the parent constructor:

  • name (str): name of this object

  • location (Location): location in the model of the recording

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

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

Instantiate recording.

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

  • icell (neuron cell) – cell instantiation in simulator