Dear all,
I have two questions that arise when implementing my adapted C++ synapse model.
1) Postsynaptic spikes have a "multiplicity" variable. Am I correct that if I receive a single spike object with a multiplicity value of 3, I actually receive 3 spikes? Since I do only get one time, what are the exact spike times of the other spikes?
2) For the postsynaptic spikes I can easily access the spike history and search for spikes in a certain time range, as for example done in the STDP synapse. Is it possible to also access the overall spike history of presynaptic spikes? So far I only found that in the std_dopamine synapse as an example the last spike time is stored manually.
Thank you very much !
Best Regards,
Benedikt Feldotto