superneuromat.SNN.zero_refractory_periods#

SNN.zero_refractory_periods()[source]#

Set the refractory period countdowns to zero.

Sets the refractory_state of all neurons in the SNN to 0 by replacing the neuron_refractory_periods_state vector with np.zeros(self.num_neurons, self.dd).tolist().