get_Simulator

biophysics_fitting.hay.default_setup.get_Simulator(fixed_params, step=False, vInit=False)

Get a set up Simulator object for the Hay protocol.

Given cell-specific fixed parameters, set up a simulator object for the Hay protocol, including measuring functions for bAP and BAC stimuli (no step currents)

Parameters:
fixed_params : dict

A dictionary of fixed parameters for the cell.

step : bool

Whether to include step current measurements. These take quite long to simulate. Default: False.

vInit : bool

Whether to include vInit measurements. (not implemented yet)

Returns:

A simulator object.

Return type:

Simulator

See also

See Hay et al. [2] for more information.