synapses package
Package providing synapse support.
parse_synaptic_generator_syntax module
Exported members:
parse_synapse_generator
Functions
handle_range(*args, **kwds) |
Checks the arguments/keywords for the range iterator |
handle_sample(*args, **kwds) |
Checks the arguments/keywords for the sample iterator |
spikequeue module
The spike queue class stores future synaptic events
produced by a given presynaptic neuron group (or postsynaptic for backward
propagation in STDP).
Exported members:
SpikeQueue
Classes
SpikeQueue(source_start, source_end) |
Data structure saving the spikes and taking care of delays. |
synapses module
Module providing the Synapses class and related helper classes/functions.
Exported members:
Synapses
Classes
Synapses(source[, target, model, on_pre, ...]) |
Class representing synaptic connections. |
SynapticPathway(synapses, code, prepost[, ...]) |
The CodeRunner that applies the pre/post statement(s) to the state variables of synapses where the pre-/postsynaptic group spiked in this time step. |
Functions
slice_to_test(x) |
Returns a testing function corresponding to whether an index is in slice x. |