/* test of vbuf control */

timinc = 1e-4;
complam = .1;
implicit=1;
ploti = timinc;
pre = 100;
drm = 1000;

setvar();

at pre sphere dia 2;
conn pre to 1 vbuf delay .1; 
at 1 sphere dia 2;

stim node pre vclamp -.03 start 0 dur .002;
stim node pre vclamp -.07 start .002 dur .002;
stim node pre vclamp -.03 start .004 dur .001;
stim node pre vclamp -.07 start .005 dur .002;

plot V [pre];
plot V [1];
endexp = .005;

run;

