amp

The basics of how to develop, test, and use models.
Post Reply
maria.kesa
Posts: 36
Joined: Thu Nov 12, 2015 10:45 am

amp

Post by maria.kesa »

Hello,

When I do

Code: Select all

objectvar stim
soma stim = new IClamp(0.5)

stim.del = 100
stim.dur = 100
stim.amp = 0.1
according to the NEURON tutorial, what are the units of the stim.amp? Thanks.
ted
Site Admin
Posts: 6299
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: amp

Post by ted »

Very important question. The answer is in the FAQ list under
What units does NEURON use for current, concentration, etc.?
You'll find a link to the FAQ list on the Documentation page http://www.neuron.yale.edu/neuron/docs.

If you wonder why some currents are in mA/cm2 (milliamps/square centimeter) while others are in nA (nanoamps), it will be helpful to read about density mechanisms (also called distributed mechanisms) and point processes in chapter 5 of The NEURON Book; if you don't have the book, then read this
Hines, M.L. and Carnevale, N.T.
The NEURON simulation environment.
Neural Computation 9:1179-1209, 1997
which is available from a link at http://www.neuron.yale.edu/neuron/nrnpubs.
maria.kesa
Posts: 36
Joined: Thu Nov 12, 2015 10:45 am

Re: amp

Post by maria.kesa »

Thank you, Ted!
Post Reply