Hi,
Could you please help check and resolve below pspice error? THanks.
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.
Hello Wayne,
Thanks for reaching out to us.
Unfortunately there is no PSPICE expert here this week who I could ask.
Where did that model of the LM3478come from?
From our website or transfered from a TINA model or created by yourself?
Here is a link to a post which may be helpful for you:
If you cannot make progress with that information, please let me know and I will ask a colleague next week.
Best regards,
Harry
Hello Harry,
Thanks for your reply.
The unencrypted model was just downloaded from ti.com
The link you suggested is not helpful for my application, please help to check it further.
Thanks again.
Hello Wayne,
Which PSPICE version are you using?
- PSPICE for TI?
- or a full blown PSPICE version?
Can you please send me the whole (zipped) PSPICE project folder, so that we can reproduce your problem here?
Thanks,
Harry
Hello Wayne,
This same problem has been discussed in this thread:
Her is an extract:
The errors are due to the different syntax between PSpice and LTSpice.
Please try the v_ifa, search and find the v_ifa, and place two more "0"s after the PULSE definition.
Also:
Please try simplify "if([v](a)>((vthresh))&v(b)>((vthresh))&v(c)>((vthresh)),((vdd)),((vss)))" to something acceptable to LTSpice. For example,
"if(v(a)>vthresh&v(b)>vthresh&v(c)>vthresh,vdd,vss)"
Best regards,
Harry
Hello Wayne,
Did these modifications work for you?
If they didn't, the only other thing I could suggest is downloading the free-of-charge PSpice for TI from our website.
Can we close this thread?
Thanks,
Harry