-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkdr.mod
More file actions
49 lines (36 loc) · 841 Bytes
/
kdr.mod
File metadata and controls
49 lines (36 loc) · 841 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
48
49
NEURON { SUFFIX kdr }
NEURON { USEION k WRITE ik }
ASSIGNED { ik }
PARAMETER {
erev = -75 (mV)
gmax = 0.005 (umho)
vrest = 0 : added in with bills change to borg
mvalence = 2.8
mgamma = 0.7
mbaserate = .13
mvhalf = -18
mbasetau = 0.3
mtemp = 37
mq10 = 3.
mexp = 3
hvalence = -6
hgamma = 0.3
hbaserate = 0.095
hvhalf = -39
hbasetau = 0.25
htemp = 37
hq10 = 3.
hexp = 0
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) ik=i }
:**anaf
:________________________________________________________________
: Borg-Graham version of fast sodium