
timinc = 5e-5;
crit = 1e-5;
endexp = .02;
ploti=1e-4;

at 1 sphere dia 10;
conn 1 to 2 synapse linear igain 2 maxcond 1e-9 thresh -.04 timec1 .5;
at 2 sphere dia 10;

stim node 1 vclamp .04 start 0 dur .005;
plot V[2],V[1];
run;
