/* tcomp31:  Sequential-State Na and K channels */


timinc = 5e-6;
crit = 1e-8;
endexp = .01;
ploti= 1e-4;

drm=1e4;
at 1 sphere dia 2 vrev -.07;
at 1 chan Na type 0 vrev .04 maxcond 1e-8;

at 2 sphere dia 2 vrev -.07;
at 2 chan Na type 1 vrev .04 maxcond 1e-8;		/* */

at 1 sphere dia 2 vrev -.07;
at 1 chan K  type 0 vrev -.08 maxcond 2e-9; 		/* */

at 2 sphere dia 2 vrev -.07;
at 2 chan K  type 1 vrev -.08 maxcond 2e-9; 		/* */

dep = -.03;

stim node 1 vclamp dep start .002 dur .0002;
stim node 2 vclamp dep start .002 dur .0002;
/*stim node 3 vclamp dep start .002 dur .02;
stim node 4 vclamp dep start .002 dur .02;
*/

plot V[1] max 0.04 min -.08;
plot V[2] max 0.04 min -.08;
/*
plot I[1] max 1e-10 min -1e-10;
plot I[2] max 1e-10 min -1e-10;
/*
plot I[3] max 1e-10 min -1e-10;
plot I[4] max 1e-10 min -1e-10;
*/
run;

