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.
Also, How do I add additional options to the simulation profile in PSpice for TI?
The following steps may resolve convergence errors if you see the message above: INFO(ORPSIM-16594): To improve Pseudotransient Convergence and Performance, set following options to relax stabilization criteria for capacitor currents and inductor voltages: PTRANABSTOL=1e-5, PTRANVNTOL=1e-4
Please note that modifying these values could result in reduced accuracy. Use these settings with caution.
If you would like to add any other options to the simulation profile, see the example below for the methodology.
Method #1
Method #2 (Not limited to PSpice for TI)
Method #3 (Not limited to PSpice for TI)
What does all this mean anyway?
A failure to converge means that the simulator was not able to find a satisfactory solution to the circuit. This can be caused by any number of reasons: bad connections (i.e. no power on vdd rail, unintentional shorts to ground), faulty models (i.e. typos in the design or impossible designs), overly tight tolerances. It could also happen in designs with oscillation.
The tolerance is how much error will be tolerated. If the error in the solution is below a certain threshold, the solution will be accepted. If it is above that threshold, the simulator will try again to find a better solution. Loosening the tolerances (making them larger) will make it easier for the simulator to find a solution. It might also find the solution faster. These benefits may come at the expense of accuracy because larger errors are tolerated.
Pseudotransient analysis is an algorithm for finding the DC operating point of a circuit. It is commonly used in many simulation engines. It can be slow and is typically used for circuits that cannot be solved by other faster algorithms. The options PTRANABSTOL and PTRANVNTOL set the tolerances for the pseudotransient analysis.
The default for PTRANABSTOL is 1e-7 amps, and the default for PTRANVNTOL is 1e-5 volts. The INFO(ORPSIM-16594) message indicates that these tolerances may be too tight, and recommends loosening them to PTRANABSTOL=1e-5 and PTRANVNTOL=1e-4. In this situation, you should take the simulator's advice and loosen the tolerances as described in this FAQ. Be sure to be vigilant for an unreasonable reduction in accuracy.
If you continue to experience troubles, please click here to open a new thread on the PSpice for TI E2E forum.