Search found 1 match

by cobaltplusone
Mon Dec 21, 2020 1:55 pm
Forum: Getting started
Topic: What are the units for ina, ik in hh?
Replies: 1
Views: 7412

What are the units for ina, ik in hh?

Total beginner here, sorry if this question is really basic. Here is some simple code I wrote to familiarize myself with Neuron. create axon access axon axon nseg = 1 axon diam = 18.8 axon L = 18.8 axon Ra = 123.0 axon insert hh objectvar stim axon stim = new SEClamp(0.5) stim.dur1 = 10 stim.amp1 = ...