*----------------------------------------------------------------------- * Filename: 6146.inc 13/8/97 * Simulator: PSpice * Device type: RF beam tetrode * Device model: 6146 * * Author: Duncan Munro * Date: 13/8/97 * Copyright: (C)1997-2000 Duncan Amplification * * The following parameters are not modelled: * * (1) Heater * * Please note that this model is provided "as is" and * no warranty is provided in respect of its suitability * for any application. * * This model is provided for educational and non-profit use. * * Email queries to postmaster@duncanamps.com * * Pins A Anode * S Screen * G Grid * K Cathode * *----------------------------------------------------------------------- .SUBCKT 6146 A S G K * * Calculate contribution to cathode current * Eat at 0 VALUE={0.636*ATAN(V(A,K)/10)} Eme me 0 VALUE={LIMIT{V(A,K),0,10000}/130} Emu mu 0 VALUE={PWRS(V(G,K),1-(LIMIT{-V(G,K),30,9999}-30)/2000)} Egs gs 0 VALUE={LIMIT{V(A,K)/10+V(S,K)*4.5+V(mu)*19,0,1E6}} Egs2 gs2 0 VALUE={PWRS(V(gs),1.5)*16E-6} Ecath cc 0 VALUE={LIMIT{V(gs2)*V(at),0,V(me)}} Esd sd 0 VALUE={LIMIT{V(gs2)*V(at)-V(me),0,99999}} * * Calculate anode current * Ga A K VALUE={V(cc)} * * Calculate screen current * Escrn sc 0 VALUE={2.5E-4*PWRS(V(S,K),1.5)*V(gs2)*(1.1-V(at))+V(sd)} Gs S K VALUE={V(sc)} * * Grid current * Gg G K VALUE={PWR(LIMIT{V(G,K)+1,0,1E6},1.5)*(1.25-V(at))*870E-6} * * Capacitances * Cg1 G K 13.0p Cak A K 8.5p Cg1a G A 0.24p .ENDS