/* test of vclamp */

endexp = .02;

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

stim node 1 vclamp -.02 start 0 dur .002;
stim node 1 vclamp .01 start .002 dur .002; 
stim node 1 vclamp -.02 start .004 dur .008;
plot V[2],V[1];
run;
