Browse Source

VDMOS safe Temp init

pre-master-46
dwarning 6 years ago
committed by Holger Vogt
parent
commit
5c5f43d122
  1. 1
      src/spicelib/devices/vdmos/vdmosload.c

1
src/spicelib/devices/vdmos/vdmosload.c

@ -104,6 +104,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
for (here = VDMOSinstances(model); here != NULL; for (here = VDMOSinstances(model); here != NULL;
here = VDMOSnextInstance(here)) { here = VDMOSnextInstance(here)) {
Temp = here->VDMOStemp;
selfheat = (here->VDMOSthermalGiven) && (model->VDMOSrthjcGiven); selfheat = (here->VDMOSthermalGiven) && (model->VDMOSrthjcGiven);
if (selfheat) if (selfheat)
Check_th = 1; Check_th = 1;

Loading…
Cancel
Save