StateVector default specifiers

Each SpikingGroup in Auryn stores and manages a selection of StateVectors which can be accessed through string specifiers/handles and be read out using a StateMonitor.

The following default specifiers objects are initialized per default in all classes based on NeuronGroup.

In addition to that each neuron group may initialize and use additional StateVectors. For instance, the get_state_vector(“foobar”) function returns the pointer to a StateVector with handle foobar. If the instance does not exist prior to the call, a new instance with that specifier will be created.

Some neuron groups additionally use auxiliary or temporary variables which are often defined as StateVectors. It is customary to begin their key with the prefix t_ for “temporary”. Note however, that also these temporary variables are stored alongside the neuron model when the network state is saved.