more reasonable rthcj default value

This commit is contained in:
dwarning 2020-10-23 20:20:30 +02:00 committed by Holger Vogt
parent f12dfc6e7b
commit f88f3833da
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ VDMOSsetup(SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt,
model->VDIOxti = 3.0;
if (!model->VDMOSrthjcGiven)
model->VDMOSrthjc = 1.0e-03;
model->VDMOSrthjc = 1.0;
if (!model->VDMOSrthcaGiven)
model->VDMOSrthca = 1000;