more reasonable rthcj default value
This commit is contained in:
parent
f12dfc6e7b
commit
f88f3833da
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue