* (C) Copyright Efficient Power Conversion Corporation. All rights reserved. ***************************************************************************** * Version History: * 1.00: 01/12/2015 - Initial Model Creation * 1.01: 02/19/2019 - Updated the Capacitance Model * 1.02: 02/26/2019 - Added a missing parameter .subckt EPC2012C gatein drainin sourcein .param aWg=146 A1=4.6405 k2=2.0977 k3=0.15 rpara=0.057945 rpara_s_factor=0.15 + aITc=0.004536 arTc=-0.0063 k2Tc=0.00056 x0_0=1.6719 x0_1=4.9768e-07 x0_0_TC=0 x0_1_TC=0 + dgs1=4.3e-07 dgs2=2.6e-13 dgs3=0.8 dgs4=0.23 + ags1=9.9405e-11 ags2=5.8214e-11 ags3=1.9915 ags4=0.20221 + ags5=-1.9033e-13 ags6=-2.536 ags7=1.9229 + agd1=2.9188e-13 agd2=8.3818e-12 agd3=-0.87269 agd4=1.1499 + agd5=1.5216e-11 agd6=-5.5931 agd7=5.6988 + agd8=1.8161e-12 agd9=-19.731 agd10=27.892 + asd1=4.7223e-11 asd2=9.278e-11 asd3=-18.906 asd4=5.9691 + asd5=1.2349e-10 asd6=-0.80227 asd7=52.88 rg_value=0.6 rd drainin drain {((1-rpara_s_factor)*rpara*(1-arTc*(Temp-25)))} rs sourcein source {(rpara_s_factor*rpara*(1-arTc*(Temp-25)))} rg gatein gate {(rg_value)} *Large resistors to aid convergence Rcsdconv drain source {100000Meg/aWg} Rcgsconv gate source {100000Meg/aWg} Rcgdconv gate drain {100000Meg/aWg} gswitch drain source Value {if(v(drain,source)>0, + (A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,source)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(drain,source)/(1 + (x0_0*(1-x0_0_TC*(Temp-25))+x0_1*(1-x0_1_TC*(Temp-25))*v(gate,source))*v(drain,source)) ), + (-A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,drain)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(source,drain)/(1 + (x0_0*(1-x0_0_TC*(Temp-25))+x0_1*(1-x0_1_TC*(Temp-25))*v(gate,drain))*v(source,drain)) ) )} ggsdiode gate source VALUE {if( v(gate,source) < 10, + 0.125*aWg/1077*(dgs1*(exp((v(gate,source))/dgs3)-1)+dgs2*(exp((v(gate,source))/dgs4)-1)), + 0.125*aWg/1077*(dgs1*(exp((10)/dgs3)-1)+dgs2*(exp((10)/dgs4)-1)) ) } ggddiode gate drain Value {if( v(gate,drain) < 10, + 0.125*aWg/1077*(dgs1*(exp((v(gate,drain))/dgs3)-1)+dgs2*(exp((v(gate,drain))/dgs4)-1)), + 0.125*aWg/1077*(dgs1*(exp((10)/dgs3)-1)+dgs2*(exp((10)/dgs4)-1)) ) } *Model for voltage dependent gate-source capacitance E_GS tl_gs bl_gs gate source 1.0 V_INGS 0 bl_gs 0V C_IGS tl_gs 0 1.0E-6 G_GS gate source VALUE = {1E6*I(V_INGS)* + (ags1 + 0.5*ags2/(1.0 + exp( (v(gate,source)-ags3)/ags4 ))*exp( (v(gate,source)-ags3)/ags4 ) + + ags5/(1.0 + exp((v(source,drain)-ags6)/ags7))*exp((v(source,drain)-ags6)/ags7))} *Model for voltage dependent gate-drain capacitance E_GD tl_gd bl_gd gate drain 1.0 V_INGD 0 bl_gd 0V C_IGD tl_gd 0 1.0E-6 G_GD gate drain VALUE = {1E6*I(V_INGD)*(agd1 + 0.5*ags2/(1.0 + exp((v(gate,drain)-ags3)/ags4))*exp((v(gate,drain)-ags3)/ags4) + + agd2/(1.0 + exp((v(gate,drain)-agd3)/agd4))*exp((v(gate,drain)-agd3)/agd4) + + agd5/(1.0 + exp((v(gate,drain)-agd6)/agd7))*exp((v(gate,drain)-agd6)/agd7) + + agd8/(1.0 + exp((v(gate,drain)-agd9)/agd10))*exp((v(gate,drain)-agd9)/agd10))} *Model for voltage dependent source-drain capacitance E_SD tl_ds bl_ds source drain 1.0 V_INSD 0 bl_ds 0V C_ISD tl_ds 0 1.0E-6 G_SD source drain VALUE = {1E6*I(V_INSD)*(asd1 + asd2/(1 + exp((v(source,drain)-asd3)/asd4))*exp((v(source,drain)-asd3)/asd4) + + asd5/(1 + exp((v(source,drain)-asd6)/asd7))*exp((v(source,drain)-asd6)/asd7))} .ends