func |
The underlying neuron model function. |
timestep |
The desired time step for the neuron model |
timescale |
A scale factor for the timescale of the underlying neuron model to convert the time step into seconds. |
tolerance |
An error tolerance for solving a single time step of the neuron model. |
basename |
The base name with which all output files will be named. |
threshold_v |
The spike threshold value for integrate and fire neuron models. |
reset_v |
The reset value for integrate and fire neuron models. |
reset_shift_h |
A value for increasing the second variable during reset for integrate and fire neuron models with some adaptive shift or similar function. |
grid_v_min |
The minimum value for the first dimension of the grid (usually membrane potential). |
grid_v_max |
The maximum value for the first dimension of the grid. |
grid_h_min |
The minimum value for the second dimension of the grid. |
grid_h_max |
The maximum value for the second dimension of the grid. |
grid_v_res |
The number of columns in the grid. |
grid_h_res |
The number of rows in the grid. |
efficacy_orientation |
The direction, “v” or “h,” in which incoming spikes cause an instantaneous change. |