biophysics_fitting
❭ simulator
❭ Simulator_Setup
❭ get_stim_response_measure_fun
Simulator_Setup.get_stim_response_measure_fun¶
- biophysics_fitting.simulator.Simulator_Setup.get_stim_response_measure_fun(stim)¶
Get the stimulus response measure function by stimulus name.
Stimulus response measure functions are functions that extract voltage traces from the cell. They are saved under the name
stimulus_name.measure
, and accessible understim_response_measure_funs
.