/* tcomp13 test of gap junction and instability */

/* must make time constant longer than 5 x timinc */


timinc = 2e-4;
plmax = -.03;
plmin = -.08;
endexp = .05;

dcap = 1e-6;
drg=5e4;
drm=5000;

at 1 sphere dia 10;
at 1 gndcap 2e-11;

/*conn 1 to 2 gj 1;
at 2 sphere dia 10;
*/

stim node 1 cclamp 1e-10 start .002 dur .02; 
plot V[1];
/*
plot V[2];
*/
run;
