This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TINA/Spice: Temperature Effects in models

Other Parts Discussed in Thread: TINA-TI

Tool/software: TINA-TI or Spice Models

This is a general note about temperature effects in TI model:

We do not explicitly model temperature effects in the PSpice and TINA-TI macro models. However in some cases, you will see different behavior at 27C (default) and at other temperatures such as 125C. This is due to the diode models used in some of the macro models. If you have the unencrypted model, and would like to see consistent behavior at different temperatures, please add the T_ABS statement to all the diode models used in the model.

For example

.model D_D d

+ is=1e-015

+ n=0.001

+ tt=1e-011

+ rs=0.05

+ T_ABS=27