VDMOS safe Temp init
This commit is contained in:
parent
034f415621
commit
5c5f43d122
|
|
@ -104,6 +104,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
|
|||
for (here = VDMOSinstances(model); here != NULL;
|
||||
here = VDMOSnextInstance(here)) {
|
||||
|
||||
Temp = here->VDMOStemp;
|
||||
selfheat = (here->VDMOSthermalGiven) && (model->VDMOSrthjcGiven);
|
||||
if (selfheat)
|
||||
Check_th = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue