/* test of expon synapse */


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

at (1) sphere dia 10;
conn (1) to (2) synapse open expon 10 maxcond 1e-9 thresh -.04 timec1 .5;
at (2) sphere dia 10;

stim node (1) vclamp .04 start 0 dur .005;
plot 2,1;
run;
