superneuromat.SNN.print_spike_train#
- SNN.print_spike_train(max_steps: int | None = None, max_neurons: int | None = None, use_unicode=True)[source]#
Prints the spike train.
- Parameters:
max_steps (int | None, optional) – Limits the number of steps which will be printed. If limited, only a total of
max_steps
first and last steps will be printed.max_neurons (int | None, optional) – Limits the number of neurons which will be printed. If limited, only a total of
max_neurons
first and last neurons will be printed.use_unicode (bool, default=True) – If
True
, use unicode characters to represent spikes. Otherwise fallback to ascii characters.