superneuromat.SNN.zero_refractory_periods#
- SNN.zero_refractory_periods()[source]#
Set the refractory period countdowns to zero.
Sets the
refractory_stateof all neurons in the SNN to0by replacing theneuron_refractory_periods_statevector withnp.zeros(self.num_neurons, self.dd).tolist().