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.
工具/软件:TINA-TI 或 Spice 模型
这是有关 TI 模型中温度影响的一般注意事项:
我们没有在 PSpice 和 TINA-TI 宏模型中明确地对温度影响建模。 但是在某些情况下、在27C (默认)和125C 等其他温度下、您会看到不同的行为。 这是由于某些宏模型中使用的二极管模型。 如果您有未加密模型、并且希望在不同温度下保持一致的行为、请在模型中使用的所有二极管模型中添加 T_ABS 语句。
例如
.model D_D d
+ is = 1e-015
+ n=0.001
+t=1e-011
+ RS=0.05
+ T_ABS=27