-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleted custom code (+1 squashed commit)
Squashed commits: [13a9023] Initial Commit
- Loading branch information
Showing
18 changed files
with
9,532 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
Channel ca | ||
{ | ||
suffix ca | ||
revName eca | ||
revValue 135 | ||
current ica | ||
section soma | ||
L 20 | ||
diam 20 | ||
Ra 150 | ||
g_pas 0.00003334 | ||
v_init -80.0 | ||
type inward | ||
celsius 37.0 | ||
conc_i 8.1929e-5 | ||
conc_o 2.0 | ||
} | ||
|
||
Stimulus Activation | ||
{ | ||
clamp_mode voltage | ||
type step1 | ||
vhold1 -80 | ||
thold1 100 | ||
vhold2 -80:10:70 | ||
thold2 500 | ||
vhold3 -80 | ||
thold3 100 | ||
tstop 700 | ||
} | ||
|
||
Stimulus Inactivation | ||
{ | ||
clamp_mode voltage | ||
type step2 | ||
vhold1 -80 | ||
thold1 100 | ||
vhold2 -40:10:70 | ||
thold2 1500 | ||
vhold3 30 | ||
thold3 50 | ||
vhold4 -80 | ||
thold4 100 | ||
tstop 1750 | ||
} | ||
|
||
Stimulus Deactivation | ||
{ | ||
clamp_mode voltage | ||
type step2 | ||
vhold1 -80 | ||
thold1 100 | ||
vhold2 70 | ||
thold2 300 | ||
vhold3 -100:10:40 | ||
thold3 200 | ||
vhold4 -80 | ||
thold4 100 | ||
tstop 700 | ||
} | ||
|
||
Stimulus Ramp | ||
{ | ||
clamp_mode voltage | ||
type ramp | ||
vhold -80 | ||
vmax 70 | ||
thold1 100 | ||
thold2 800 | ||
thold3 400 | ||
thold4 400 | ||
thold5 400 | ||
thold6 200 | ||
thold7 400 | ||
thold8 100 | ||
thold9 100 | ||
tstop 2900 | ||
} | ||
|
||
Stimulus Inactivation_Recovery | ||
{ | ||
clamp_mode voltage | ||
type step3 | ||
vhold1 -80 | ||
thold1 100 | ||
vhold2 -40:10:70 | ||
thold2 1500 | ||
vhold3 -80 | ||
thold3 25:25:400 | ||
vhold4 -40:10:70 | ||
thold4 150 | ||
vhold5 -80 | ||
thold5 100 | ||
tstop 2250 | ||
} | ||
|
||
Stimulus APWaveform | ||
{ | ||
clamp_mode voltage | ||
type waveform | ||
file APwaveform.dat | ||
tstop 1800 | ||
} | ||
|
||
|
||
|
Oops, something went wrong.