/* test of synapse */
vidmode =1;
endexp  = .05;
plmax   = -.00;
plmin   = -.07;

at 1 sphere dia 10;
conn 1 to 2 synapse expon 5 thresh -.05 timec1 1.5;
conn 2 to 3 cable length 50 dia .5;
conn 3 to 4 synapse expon 5 thresh -.05 timec1 1.5;
at 4 sphere dia 30;
conn 4 to 5 cable length 50 dia .5;

stim node 1 cclamp 5e-11 start .004 dur .02; 
plot V[4],V[3],V[2],V[1];
run;
