brian2genn
brian2genn copied to clipboard
monitoring variables in spike monitors will report the variable's value after the reset has been performed
This is expected behaviour in GeNN and hence brian2genn but it won't allow to monitor the pre-reset value of an IF neuron using something like
M_crossings = SpikeMonitor(IF, variables='v')