TI E2E support forums
TI E2E support forums
  • User
  • Site
  • Search
  • User
  • E2E™ design support >
  • Forums
    • Amplifiers
    • API solutions
    • Audio
    • Clock & timing
    • Data converters
    • DLP® products
    • Interface
    • Isolation
    • Logic
    • Microcontrollers
    • Motor drivers
    • Power management
    • Processors
    • RF & microwave
    • Sensors
    • Site support
    • Switches & multiplexers
    • Tools
    • Wireless connectivity
    • Archived forums
    • Archived groups
  • Technical articles
  • TI training
    • Tech days
    • Online training
    • Live events
    • Power Supply Design Seminar
  • Getting started
  • 简体中文
  • More
  • Cancel
Simulation, hardware & system design tools

Simulation, hardware & system design tools

Simulation, hardware & system design tools forum

  • Mentions
  • Tags
  • More
  • Cancel
  • Ask a new question
  • Ask a new question
  • Cancel
Texas Instruments (TI) Simulation, hardware & system design tools support forum is an extensive online knowledge base where millions of technical questions and solutions are available 24/7. You can search through answers related to design tools & simulation, hardware kits & boards, and reference designs or ask technical support questions on everything from Webench® Power Designer to active filter design. Find the right solution for your circuit design challenges by using our TI E2E™ support forums that are supported by thousands of contributing TI experts.
Frequent questions
    • 9/6/2023
    • JC Zhu

    [FAQ] PSPICE-FOR-TI: How do I get PSpice for TI?

    Part Number: PSPICE-FOR-TI

    How do I get PSpice for TI?

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 8/30/2023
    • JC Zhu

    [FAQ] PSPICE-FOR-TI: How do I get the latest TI models?

    Part Number: PSPICE-FOR-TI

    How does the model library work?

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 8/17/2022
    • Jackie Horn

    [FAQ] PSPICE-FOR-TI: How can I add all the PSpice for TI model libraries to the commercial version of PSpice/SPB/Orcad?

    Part Number: PSPICE-FOR-TI

    I have the full version of Cadence and I would like to use the TI models without adding them manually. How can I do this?

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 3/1/2022
    • Jackie Horn

    [FAQ] PSPICE-FOR-TI: Where do I find the installation log, cdsPspiceTIlog.txt?

    Part Number: PSPICE-FOR-TI

    When troubleshooting problems with PSpice for TI or TI-developed PSpice models, we may need certain log files. The file locations are often determined by Microsoft Windows environment variables such as "HOME" and "APPDATA". These are actual Windows directories.

    An example of the log files often needed is "cdsPspiceTIlog.txt" which is in the directory "%appdata%\Cadence\PSpiceTIInstall".

    (Typically C:\Users\ < your username > \AppData\Roaming\Cadence\PSpiceTIInstall\cdsPspiceTIlog.txt )

    The easiest way to get there is to copy and paste the path into Windows Explorer.

    Now press "Enter". Windows explorer will automatically change to the correct location:

    Please collect this log file and please click here to open a new thread on the PSpice for TI E2E forum. 

    View more PSpice for TI FAQs here

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 9/20/2021
    • Jackie Horn

    [FAQ] PSPICE-FOR-TI: My simulation fails to converge and says "INFO(ORPSIM-16594): To improve Pseudotransient Convergence and Performance, set following options: PTRANABSTOL=1e-5, PTRANVNTOL=1e-4"?

    Part Number: PSPICE-FOR-TI

    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

    1. Open the simulation profile and select "Options".
    2. Select "Analog Advanced", then "Bias Point":
    3. Change the values. Save and resimulate.

    Method #2 (Not limited to PSpice for TI)

    1. Open your schematic design in PSpice for TI. You can add the option directly to the design canvas. Click "Place" → "Text ..." or hotkey T. This will open a new window
    2. In the new window, type: @PSpice: .options PTRANABSTOL=1e-5 PTRANVNTOL=1e-4

    3. Click OK. Click anywhere on the canvas to place the text box.
    4. Save your design and Run PSpice.
    5. If you still see convergence errors, you could try further loosening these tolerances by changing the values to: PTRANABSTOL=1e-4 PTRANVNTOL=1e-3. You can also open the Simulation Profile and check the option for Autoconvergence. Please note that these are not guaranteed fixes and may cause reduced accuracy. 

    Method #3 (Not limited to PSpice for TI)

    1. In Notepad or a similar text editor, add this line of text: + .options PTRANABSTOL=1e-4 PTRANVNTOL=1e-3
    2. Save the file with the name include.txt in a location of your choice
    3. Open your design in PSpice for TI
    4. Edit or create your simulation profile
    5. In the sim profile, choose "Configuration Files" and then choose "Include"
    6. Click "Browse ..." and navigate to the include.txt file that you have created
    7. Click Add to Profile, and make sure that it appears on your list of Configured Files

    8. Click OK and try running the simulation again.
    9. If you still see convergence errors, you could try further loosening these tolerances by changing the values to: PTRANABSTOL=1e-4 PTRANVNTOL=1e-3. You can also open the Simulation Profile and check the option for Autoconvergence. Please note that these are not guaranteed fixes and may cause reduced accuracy.

    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. 

    View more PSpice for TI FAQs here

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 3/24/2021
    • JC Zhu

    [FAQ] PSPICE-FOR-TI: How do I use my own diode (BJT, MOSFET ...) model for the breakout part in PSpice for TI?

    Part Number: PSPICE-FOR-TI

    PSpice for TI provides symbols for SPICE primitives such as BJT, MOSFET and DIODE. A generic model is provided but you can modify them to use your own device models. Here is an example.

    1. Instantiate the part DbreakZ. It will call a model named “dbreak” during simulation.

    2. Right-click this instance and select "View PSpice Model", if your simulation profile is configured correctly, the model should be displayed:

    3. Now, select the instance and right click, then select “Edit Properties”:
    4. Right click the property “Implementation” and select “Edit”:

    5. Enter the name of your own diode model:

    6. OK the pop-up, close the property editor and OK the undo warning.
    7. Make sure the LIB file containing myZener is configured in your simulation profile (right click the instance and select "View PSpice Model" and it should be shown).

    View more PSpice for TI FAQs here

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 3/24/2021
    • JC Zhu

    [FAQ] PSPICE-FOR-TI: What information is needed for troubleshooting?

    The necessary information depends on the scenario.

    If you have a problem with installation, please share the installation log. Instructions can be found here

    If you have successfully installed PSpice for TI, and you now have a licensing error, please check out our FAQs here

    If PSpice for TI has crashed while you are using the tool, please follow the instructions here

    If you have unexpected results or errors during simulation time, please share your project in a new thread. See instructions on sharing here

    In all cases, please check our FAQs here for a possible solution. If you cannot find a solution, please open a new E2E thread describing the issue and be sure to attach all relevant files (as described above). Open a new thread here.

    View more PSpice for TI FAQs here

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 3/24/2021
    • JC Zhu

    [FAQ] PSPICE-FOR-TI: I already have the full commercial version of Cadence SPB/PSpice/OrCAD/Allegro. Can I still run PSpice for TI?

    Part Number: PSPICE-FOR-TI

    You can install PSpice for TI and other Cadence Allegro products on the same computer, as long as they are all installed into separate directories.

    If you have multiple Allegro products, you might have used the switch release utility to set the proper path before running each of them. PSpice for TI does not interfere with those products, nor does it use those settings.

    If you think there's something not running right with your Allegro products that are installed on the same machine as PSpice for TI, please use the switch release tool provided with those products to check if the correct product/version is selected.

    In SPB 17.4, Switch Release can be found:

    Run Switch Release to select the version you want to use, and click OK, then launch the tool:

    If you don't see Switch Release in the start menu, it can be found as <install_dir>\tools\bin\switchversion.exe.

    If you continue to see compatibility problems with PSpice for TI, please click here to open a new thread on the PSpice for TI E2E forum. 

    View more PSpice for TI FAQs here

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 3/24/2021
    • JC Zhu

    [FAQ] PSPICE-FOR-TI: Install and Use PSpice for TI

    Part Number: PSPICE-FOR-TI

    This FAQ covers various topics related to obtaining and using PSpice for TI.


    Licensing

    Does PSpice for TI need a license to run?

    Will my PSpice for TI license expire?

    Are there limitations to the number of licenses I can hold for the PSpice for TI tool?

    What is the process to migrate my Pspice for TI license to a new computer?

    I get license expiration warning in the middle of my session using PSpice for TI. What should I do?

    I was able to use PSpice for TI for the past couple of months. Suddenly I restarted my application and I cannot use it anymore? Why?

    How long can I be offline while running the PSpice for TI application?

    Do I need to be connected to Internet when I launch PSpice for TI for the first time?


    Installation

    How do I get PSpice for TI?

    How long will my download link be valid? How do I get a new download link?

    What is an access key?

    What happens if I lose my PSpice for TI Access Key?

    Can I use the same Access Key to install PSpice for TI on multiple machines?

    When I use the Access Key with PSpice for TI Installer, it gives me an error?

    Does my Access Key have an expiration date? Do I have to renew it periodically?

    My PSpice for TI software download failed in middle of downloading software? What do I do?

    I cannot install PSpice for TI. The error message says "An Internal error occurred" with (-8) or (-12)

    I cannot install PSpice for TI. The error message says "the required files cannot be read from the server".

    Can I get the PSpice for TI package for installing offline?

    I am getting User Max Hosts exceeded message while trying to register. What does that mean?

    Do I need to be connected to internet while installing the PSpice for TI software?

    I already have the full commercial version of Cadence SPB/PSpice/OrCAD/Allegro. Can I still run PSpice for TI?


    Simulating Your Design

    Why can't I plot more than three signals in PSpice for TI?


    Share Your Design

    How do I share PSpice for TI projects?


    TI Model Library

    How to get the latest TI models?

    How can I add all the PSpice for TI model libraries to the commercial version of PSpice/SPB/Orcad?


    Use 3-party Models

    How do I import a 3rd-party model into PSpice for TI?

    How do I use my own diode (BJT, MOSFET ...) model for the breakout part in PSpice for TI?

    Can I define my own model in PSpice for TI?


    When something goes wrong

    PSpice gave an error message about missing ".ENDS" in my model (or, PSpice says "Name on .ENDS does not match .SUBCKT"). How to fix this?

    Where do I find the installation log, cdsPspiceTIlog.txt?  

    What do I do if PSpice for TI has crashed or quit unexpectedly?

    What information is needed for troubleshooting?

    My simulation fails to converge and says "INFO(ORPSIM-16594): To improve Pseudotransient Convergence and Performance, set following options: PTRANABSTOL=1e-5, PTRANVNTOL=1e-4". What should I do?

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
    • 1/25/2021
    • JC Zhu

    [FAQ] PSPICE-FOR-TI: Can I define my own model in PSpice for TI?

    Part Number: PSPICE-FOR-TI

    I use a few MOSFET but there're no models for them. Is there a generic model that I can adjust parameters to fit the datasheet?

    Simulation, hardware & system design tools forum Simulation, hardware & system design tools
>

View FAQ threads
  • Tags
  • RSS
  • More
  • Cancel
  • Answered

    WEBENCH - phase margin value of LMZ31530 0 Locked

    1091 views
    7 replies
    Latest over 10 years ago
    by Britt Brooks - Online Design Tools
  • Answered

    TPS5450 TINA Macro problem. 0 Locked

    649 views
    2 replies
    Latest over 10 years ago
    by JASBEER SINGH
  • Suggested Answer

    Does the Build-it-lite cost include mounting of the SMTs 0 Locked

    331 views
    1 reply
    Latest over 10 years ago
    by Richard Levin
  • Answered

    Adding TPS2115 to Existing Power Architect Design 0 Locked

    1093 views
    2 replies
    Latest over 10 years ago
    by Dien Mac
  • Answered

    webench tps5410 buck converter design 0 Locked

    682 views
    2 replies
    Latest over 10 years ago
    by Savas PINAR
  • Answered

    Spice Darlington Model TIP120 (Edited with pictures) 0 Locked

    6580 views
    1 reply
    Latest over 10 years ago
    by Britt Brooks - Online Design Tools
  • Answered

    BJT transístor model standards 0 Locked

    3643 views
    3 replies
    Latest over 10 years ago
    by Britt Brooks - Online Design Tools
  • Answered

    WEBENCH Power Architect Adding a TPS2115 0 Locked

    498 views
    1 reply
    Latest over 10 years ago
    by Nikhil Gupta (Product Folder Models)
  • Answered

    Regaeding UVLO voltage level 0 Locked

    616 views
    3 replies
    Latest over 10 years ago
    by Britt Brooks - Online Design Tools
  • Answered

    Problem with PSpice model - LM2679 0 Locked

    899 views
    3 replies
    Latest over 10 years ago
    by Pawel Staniak
  • Not Answered

    LMV791 Model error 0 Locked

    401 views
    2 replies
    Latest over 10 years ago
    by SATEESH talisetty (EEH2)
  • Answered

    TPS78330, TPS78333, TPS78342 OrCAD files 0 Locked

    795 views
    2 replies
    Latest over 10 years ago
    by JoFu10
  • Not Answered

    WEBENCH design has an incomplete component ( Ohmite LVK20R027FER ) 0 Locked

    326 views
    1 reply
    Latest over 10 years ago
    by Britt Brooks - Online Design Tools
  • Suggested Answer

    Monte Carlo Analysis of Webbench Filter design 0 Locked

    412 views
    1 reply
    Latest over 10 years ago
    by JC Zhu
  • Not Answered

    Comparison and Opinion Needed on a Legal Case Involving TI C60 DSP application software in an Acoustic Echo Canceler Teleconferencing Product 0 Locked

    438 views
    0 replies
    Started over 10 years ago
    by Andy DeJaco
  • Answered

    WEBENCH Power Architect "separate supply" ? 0 Locked

    368 views
    1 reply
    Latest over 10 years ago
    by Britt Brooks - Online Design Tools
  • Answered

    FILTER42 PROGRAM 0 Locked

    2862 views
    2 replies
    Latest over 10 years ago
    by Michael Pfab4
  • Not Answered

    PCB for webbench 0 Locked

    399 views
    1 reply
    Latest over 10 years ago
    by Nikhil Gupta (Product Folder Models)
  • Answered

    LM1084/TPS756xx tina model 0 Locked

    489 views
    1 reply
    Latest over 10 years ago
    by Nikhil Gupta (Product Folder Models)
  • Not Answered

    RE: LM25116 VCCX pin 0 Locked

    425 views
    1 reply
    Latest over 10 years ago
    by EricLee
<>