Search found 4 matches

by scienbox
Fri Aug 14, 2015 11:53 pm
Forum: NEURON + Python
Topic: Voltage output of cells in parallel python simulation
Replies: 2
Views: 2426

Re: Voltage output of cells in parallel python simulation

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! :)
by scienbox
Thu Aug 13, 2015 7:05 pm
Forum: NEURON + Python
Topic: Voltage output of cells in parallel python simulation
Replies: 2
Views: 2426

Voltage output of cells in parallel python simulation

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 ...
by scienbox
Mon Dec 09, 2013 7:52 pm
Forum: Getting started
Topic: Starting number of a base
Replies: 2
Views: 2728

Re: Starting number of a base

Okay. Thank you very much! :D
by scienbox
Sun Dec 08, 2013 5:50 am
Forum: Getting started
Topic: Starting number of a base
Replies: 2
Views: 2728

Starting number of a base

I like to confirm one thing I recently tested. Should the number of a base start from [0], not [1]? When I just used 'spine[1]' without using 'spine' or 'spine[0]', a following error was caused. --- /Applications/NEURON-7.3/nrn/x86_64/bin/nrniv: subscript out of range spine in test2.hoc --- Is this ...