Spike source cells

class arbor.spike_source_cell

A spike source cell, that generates a user-defined sequence of spikes that act as inputs for other cells in the network.

spike_source_cell(source, schedule)

Construct a spike source cell that generates spikes and give it the label source. The label can be used for forming connections from the cell in the arbor.recipe by creating a arbor.connection

Parameters