superneuromat.SNN.neuron_spike_totals#

SNN.neuron_spike_totals(time_index=None)[source]#

Returns a vector of the number of spikes emitted from each neuron since last reset.

Equivalent to snn.ispikes.sum(0).

Parameters:

time_index (_type_, default=None)

Returns:

  • numpy.ndarray[(int), bool]

  • .. seealso::ispikes() numpy.sum()