Page 1 of 1

Voltage output of cells in parallel python simulation

Posted: Thu Aug 13, 2015 7:05 pm
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

How to ask a question

Posted: Fri Aug 14, 2015 10:29 am
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.

Re: Voltage output of cells in parallel python simulation

Posted: Fri Aug 14, 2015 11:53 pm
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! :)