summaryrefslogtreecommitdiff
path: root/339/CH6/EX6.8/ex6_8.sce
blob: 225be121294a160ec7c84964e3688148570a9219 (plain)
1
2
3
4
5
6
7
8
9
10
Tj=150;
Ts=25;
Pw=15;
Rthjs=(Tj-Ts)/Pw; //Junction-to-solder point resistance
Rthca=2;
Rthhs=10;
Ta=60;
Rthtot=Rthjs+Rthca+Rthhs; //total thermal resistance
Pth=(Tj-Ta)/(Rthtot); //dissipated power
disp("Watts",Pth,"Maximum dissipated power");