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.

PSPICE-FOR-TI: How to create a new symbol within Pspice

Guru 10665 points
Part Number: PSPICE-FOR-TI

Hi,

Q1
If there is no symbol shape that you want to associate with the library from the Model Import Wizard, you want to create a new syHow to create a new symbol within Pspicembol. Can you tell me how to create symbols within Pspice for TI?

Q2
At the start of simulation, it is necessary to import Spice data in "Configuration Files" of Simulation Setting. What is the purpose of this operation? I don't really understand the reason for this operation because the symbol and Spice data have been linked in Q1.

Thanks,

  • if  there is no symbol shape that you want to associate with the library from the Model Import Wizard, a rectangular shaped symbol will be created:

    the symbol is just an interface or empty shell if you will. placing (instantiating) it in your schematic will tell the simulator there's a block with certain number of pins. the actual implementation of that block is in the LIB file which you need to add (to profile, to design or to global) using the profile editor so the simulator knows where to get it from.

    -JC

  • Hi, JC

    Thank you for your reply.