LIF cells¶
-
class lif_cell¶
A leaky integrate-and-fire cell
-
lif_cell(cell_tag_type source, cell_tag_type target)¶
Constructor: assigns the label
sourceto the single built-in source on the cell; and assigns the labeltargetto the single built-in target on the cell.
-
cell_tag_type source¶
The label of the single built-in source on the cell. Used for forming connections from the cell in the
recipeby creating aconnection.
-
cell_tag_type target¶
The label of the single built-in target on the cell. Used for forming connections to the cell in the
recipeby creating aconnection.
-
const arb::units::quantity &tau_m¶
Membrane potential decaying constant [ms]. Must be finite and positive.
-
const arb::units::quantity &V_th¶
Firing threshold [mV], must be finite.
-
const arb::units::quantity &C_m¶
Membrane capacitance [pF], must be finite and positive.
-
const arb::units::quantity &E_L¶
Resting potential [mV], must be finite.
-
const arb::units::quantity &E_R¶
Reset potential [mV], must be finite.
-
const arb::units::quantity &V_m¶
Initial value of the Membrane potential [mV], must be finite.
-
const arb::units::quantity &t_ref¶
Refractory period [ms]. Must be finite and positive.
-
lif_cell(cell_tag_type source, cell_tag_type target)¶