biophysics_fittingsetup_stim_append

_append

biophysics_fitting.setup_stim._append(cell, name, item)

Append an item to a cell object.

This is used to add e.g. injection/recording pipettes to the cell.

Parameters:
  • cell (object) – The cell object.

  • name (str) – The name of the attribute to append to.

  • item (object) – The item to append.

Returns:

None. Adds item to the cell under the name name.