model.modules.sli.SLIParameters#
- class SLIParameters(tau_syn_inv: Tensor = tensor(200.), tau_mem_inv: Tensor = tensor(100.), v_leak: Tensor = tensor(0.), v_st: Tensor = tensor(1.))[source]#
Bases:
NamedTupleParameters of a saturable leaky integrator
Create new instance of SLIParameters(tau_syn_inv, tau_mem_inv, v_leak, v_st)
Methods
Attributes
inverse membrane time constant
inverse synaptic time constant
leak potential
saturation potential in mV