manual:default_specifier
This is an old revision of the document!
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.
memThe membrane potentialthrThe adaptive component of the firing threshold as used in some default models such as IFGroup.g_ampaThe vector storing the AMPA conductance.g_nmdaThe vector storing the NMDA conductance.g_gabaThe vector storing the GABA conductance.
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.
manual/default_specifier.1415202033.txt.gz · Last modified: 2014/11/05 15:40 by zenke
