Search found 4 matches

by dragon88hj
Fri Dec 31, 2021 1:01 am
Forum: NEURON + Python
Topic: Recording multiple netcon's weight with one synapse mechanism
Replies: 3
Views: 9224

Re: Recording multiple netcon's weight with one synapse mechanism

Ted, Thank you very much!!

vec.record(nc._ref_weight[0])

It is what i needed. Actually,_ref_weight[1]

Thank you again and Happy New Year!
Hyun Jae
by dragon88hj
Thu Dec 30, 2021 1:58 am
Forum: NEURON + Python
Topic: Recording multiple netcon's weight with one synapse mechanism
Replies: 3
Views: 9224

Recording multiple netcon's weight with one synapse mechanism

Hi all, I have trouble with NEURON + Python. I made the network model containing multiple presynaptic neuron and single postsynaptic neuron for convergence. I built multiple NetCon from each presynaptic neuron with one single synaptic mechanism (its weight can be changed by specific rule) onto posts...
by dragon88hj
Thu Oct 29, 2015 11:53 pm
Forum: UNIX/Linux
Topic: Compile error for *.mod in samba mounted folder
Replies: 1
Views: 6273

Compile error for *.mod in samba mounted folder

Hi all, I am currently set-up NEURON environment on linux (Linux huxley 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09) x86_64 GNU/Linux). Our previous systems are on Windows, so we mounted our folders containing NEURON codes (hoc and mod) onto debian via cifs. NEURON could run prope...
by dragon88hj
Mon Apr 28, 2014 1:21 am
Forum: Getting started
Topic: Complex number in NEURON
Replies: 1
Views: 1548

Complex number in NEURON

Dear, I need to use complex number (j) for some calculations in NEURON, but i can't find the way to use complex number. sqrt(-1), (-1)^(1/2) is not working. Is there any way to use the complex number in NEURON hoc programming? Or how about the VERBATIM Block with <complex.h> in NMODL environment?