Voltage output of cells in parallel python simulation

When Python is the interpreter, what is a good
design for the interface to the basic NEURON
concepts.

Moderator: hines

Post Reply
scienbox
Posts: 4
Joined: Thu Dec 05, 2013 3:57 pm

Voltage output of cells in parallel python simulation

Post by scienbox »

Dear experts,

I started to follow NEURON+python tutorial to do network simulations in parallel environment.
The tutorial provides the way to write spike timing information of all the cells in parallelized codes, but I cannot find the way to write their voltage outputs in python.

Could you advise me on this?
Thank you! :)

Best,
TK
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

How to ask a question

Post by ted »

Have you tried reading relevant entries in the Programmer's Reference?

If you need a more specific answer than that, try posing a more specific question. It might help to know what tutorial you're looking at. A lot of stuff is floating around on the web, including NEURON's own web site, and "I started to follow this or that tutorial to do something or other" isn't much of a clue.
scienbox
Posts: 4
Joined: Thu Dec 05, 2013 3:57 pm

Re: Voltage output of cells in parallel python simulation

Post by scienbox »

I am sorry that my question was vague.
My question was how to print or write h.Vector in python. By further reading of Programmer's reference and searching python forums, I could get an answer.
I will post more clear questions in next time. Thank you! :)
Post Reply