请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TPS7A24 工具与软件:
我将在 LTSpice 中使用 TPS7A24 PSpice 模型进行仿真、并收到未指定子电路"zx"的错误消息。 我同意、 "zx"似乎未在 tps7a24_trans.lib 文件中指定。
如何解决此问题?
谢谢!
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.
Phil、您好!
一般而言,我们无法帮助支持 LTSpice 问题,因为 LTSpice 的用户协议在法律上阻止我们协助故障排除。 但是、在使用其他仿真器时、以前就出现过有关 ZX 块的问题、这里是我们通常提供的通用指南。
缺少的子电路为'zx'(这是 PSpice 中的内置子电路)。 在将库文件导入到其他工具中之前、请先将以下行添加到您的库文件中。
.subckt zx 1 2 3 4 5
eout 4 6 poly (2)(1、2)(3、0) 0 0 0 0 1
fcopy 0 3 vsense 1
RIN 1 2 1G
VSENSE 6 5 0
.ends
谢谢。
斯蒂芬