API referencebiophysics_fitting

setup_stim

This module provides methods to set up stimuli by adding recording/injection pipettes to Cell objects.

Stimulus types included in this module are:

  • Step current injection at the soma

  • EPSP injection on an “ApicalDendrite” section at a given distance from the soma

Functions

setup_soma_step(cell, amplitude, delay, duration, dist)

Setup up a step current at the soma, or a given dist from the soma.

setup_apical_epsp_injection(cell, dist, amplitude, delay, rise, decay)

Setup an EPSP injection at a given distance from the soma.

Attributes

h

-