VDMOS change default value for Rthca

This commit is contained in:
dwarning 2020-04-01 16:41:46 +02:00 committed by Holger Vogt
parent f19da3bd79
commit 897165d026
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ VD D 0 2V
+ Is=60p N=1.1 Rb=14m XTI=3
+ Cjo=1.5n Vj=0.8 m=0.5
+ tcvth=0.0065 MU=-1.27 texp0=1.5
+ Rthjc=0.02 Cthj=1e-3 Rthca=100
+ Rthjc=0.02 Cthj=1e-3 Rthca=1000
+ mtriode=0.8
.control
dc vd 0.1 50 .1 vg 5 13 2

View File

@ -122,7 +122,7 @@ VDMOSsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt,
model->VDMOSrthjc = 1.0e-03;
if (!model->VDMOSrthcaGiven)
model->VDMOSrthca = 100;
model->VDMOSrthca = 1000;
if (!model->VDMOScthjGiven)
model->VDMOScthj = 10e-06;