Can pygenn get current variables for each neuron group? #681
-
In GeNN 4.X I can pull the current variables with the function |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes you can! These variable belong to the synapse group and are accessed via |
Beta Was this translation helpful? Give feedback.
-
Ahh, it's only possible if you disable fusing of postsynaptic models: model.fuse_postsynaptic_models = False this will severely reduce performance but will allow you to retrieve currents |
Beta Was this translation helpful? Give feedback.
Ahh, it's only possible if you disable fusing of postsynaptic models:
this will severely reduce performance but will allow you to retrieve currents