bluepyopt.ephys.recordings

Recording classes

class bluepyopt.ephys.recordings.CompRecording(name=None, location=None, variable='v')[source]

Response to stimulus

Constructor

Parameters:
  • 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’)

destroy(sim=None)[source]

Destroy recording

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

Instantiate recording

property response

Return recording response

class bluepyopt.ephys.recordings.LFPRecording(name=None)[source]

Extracellular electrode response to stimulus

Constructor :param name: name of this object :type name: str

destroy(sim=None)[source]

Destroy recording

property response

Return recording response

class bluepyopt.ephys.recordings.Recording(name=None)[source]

Class to represent object that record variables during simulations

Constructor

Parameters:

name (str) – name of this object