10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Electrothermal Simulation<br />

Reporting and Sorting Thermal Contributors<br />

`include "disciplines.h"<br />

module resistor2 (a,b);<br />

electrical a , b;<br />

inout a,b;<br />

parameter real RS = 0;<br />

parameter real TC1 = 0;<br />

real rtval;<br />

analog begin<br />

@(initial_step) begin<br />

rtval = RS*(1.0 + TC1*($temperature - 300.15));<br />

end<br />

I(a,b)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!