debug=0;

plmax=.0005;
timinc = 4e-6;
plsep = 0;
euler = 1;

at 1 sphere dia 10;
conn 1 to 2 cable length 10 dia 1;
at 2 sphere dia 10;
conn 2 to 3 cable length 10 dia 1;
at 3 sphere dia 10;

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