-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Syntax for recording voltage with CoreNEURON #718
Comments
With the current NEURON implementation, Vector.record makes no use of the currently accessed section. (i.e So I think the diagnostic question becomes, at the time that CoreNEURON calls back into NEURON to |
An alternative strategy would be to modify the |
I very much like that idea in principle. Unfortunately , some _ref are not naturally associated with Sections. Eg. t or other hoc variables. And maybe it is the case that after a |
Hello @nrnhines,
I asked this few weeks ago but I don't have this documented:
Some of the examples from BBP's NMC portal use following syntax to record voltage:
When we run this via CoreNEURON then nothing is recorded. I vaguely remember we were saying there is an issue with the syntax of
sec = cell.soma[0]
?The text was updated successfully, but these errors were encountered: