-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnaf.mod
More file actions
48 lines (36 loc) · 844 Bytes
/
naf.mod
File metadata and controls
48 lines (36 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
NEURON { SUFFIX naf }
NEURON { USEION na WRITE ina }
ASSIGNED { ina }
PARAMETER {
erev = 60 (mV)
gmax = 0.030 (umho)
vrest = 0 : added in with bills change to borg
mvalence = 4.
mgamma = 0.5
mbaserate = 4.5
mvhalf = -33.5
mbasetau = 0.02
mtemp = 37
mq10 = 3.
mexp = 3
hvalence = -6
hgamma = 0.3
hbaserate = 0.095
hvhalf = -39
hbasetau = 0.25
htemp = 37
hq10 = 3.
hexp = 1
cao (mM)
cai (mM)
celsius (degC)
dt (ms)
v (mV)
vmax = 100 (mV)
vmin = -100 (mV)
} : end PARAMETER
INCLUDE "bg.inc"
PROCEDURE iassign () { i = g*(v-erev) ina=i }
:**kdr
:________________________________________________________________
: Borg-Graham version of delayed rectifier