You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides deterministic Ih-currents as described in Kole et al. (2006).
ENDCOMMENT
UNITS {
(mA) = (milliamp)
(mV) = (millivolt)
(mM) = (milli/liter)
}
INDEPENDENT {t FROM 0 TO 1 WITH 1 (ms)}
PARAMETER {
dt (ms)
v (mV)
ehd=-45 (mV) :ih-reversal potential
ghdbar=0.00015 (S/cm2) :default Ih conductance; exponential distribution is set in Ri18init.hoc
}
NEURON {
SUFFIX ih
NONSPECIFIC_CURRENT Iqq
RANGE Iqq,ghdbar,gamma_ih
}
STATE {
qq
}
ASSIGNED {
Iqq (mA/cm2)
}
INITIAL {
qq=alpha(v)/(beta(v)+alpha(v))
}
BREAKPOINT {
SOLVE state METHOD cnexp
Iqq = ghdbar*qq*(v-ehd)
}
FUNCTION alpha(v(mV)) {
alpha = 0.001*6.43*(v+154.9)/(exp((v+154.9)/11.9)-1) :parameters are estimated by direct fitting of HH model to activation time constants and voltage actication curve recorded at 34C