Search found 3 matches
- Wed Feb 08, 2012 2:12 pm
- Forum: Other questions
- Topic: Calling procedure from mod.file using terminal prompt
- Replies: 4
- Views: 3120
Re: Calling procedure from mod.file using terminal prompt
Thank you! Your advice and suggestions worked perfectly!
- Wed Feb 08, 2012 11:36 am
- Forum: Other questions
- Topic: Calling procedure from mod.file using terminal prompt
- Replies: 4
- Views: 3120
Re: Calling procedure from mod.file using terminal prompt
Thanks here is a copy of the NEURON Block and error messages NEURON { SUFFIX GrC_pNa USEION na READ ena WRITE ina RANGE gnabar, ina, g, alpha_m, beta_m RANGE Aalpha_m, Kalpha_m, V0alpha_m RANGE Abeta_m, Kbeta_m, V0beta_m RANGE V0_minf, B_minf RANGE m_inf, tau_m } And here a copy of the error message...
- Tue Feb 07, 2012 11:01 pm
- Forum: Other questions
- Topic: Calling procedure from mod.file using terminal prompt
- Replies: 4
- Views: 3120
Calling procedure from mod.file using terminal prompt
Hey Everyone! Thanks for taking the time to try and help me out. I am new to NEURON and so this question is probably really simple to answer. I have recently added a procedure to a mod file which I placed below PROCEDURE block_pna(A) { LOCAL block_fraction block_fraction = A gnabar = block_fraction ...