V for IntFire neurons

11 views
Skip to first unread message

Desiree Rehel

unread,
Jul 24, 2025, 5:05:47 PMJul 24
to NetPyNE Q&A forum
Hello, 
I am writing to ask if there is a way to get the time points of the variable 'v' for IntFire type neurons? I have tried plotting traces, but I get the same results as plotRaster. I have also tried saveJson, but where this data would be recorded at the end of the json file is empty.
Thank you for any help or clarification.

Valery Bragin

unread,
Aug 4, 2025, 4:31:50 AMAug 4
to NetPyNE Q&A forum
Hello,

The analogue for 'v' for InfFire neurons is 'm' (see IntFire1 and below). So the config would look like: 

cfg.recordTraces = {'IntFireTrace': {'var': 'm'}}
cfg.analysis['plotTraces'] = {'include': <cell gids or pop>, 'saveFig': True}

Hope this helps!

Best regards,
Valery

Desiree Rehel

unread,
Aug 21, 2025, 2:09:11 PMAug 21
to NetPyNE Q&A forum
Yes, this solved the issue. Thank you!
Reply all
Reply to author
Forward
0 new messages