Search found 1 match

by tommct
Fri May 25, 2018 11:39 am
Forum: NEURON + Python
Topic: Best way(s) to advance() in Python
Replies: 3
Views: 3524

Best way(s) to advance() in Python

I am building a network with ARTIFICIAL CELLs, but I also want to efficiently capture and plot underlying "membrane" or other variables of some arbitrary subset of cells, both in real-time as well as through recording into vectors to analyze post-simulation. I have the following code that ...