I try to use PSpice for TI to simulate circuits which are based on TI's /National amplifiers, and these models are not included in the libraries. However, they are available for download from TI web site. Specifically, my first troubles are with LMH6559 and THS3217.
The normal process is to create symbols for schematic editor, place it in an *.OLB library, then associate a SPICE model with this symbol and map the pins, and then include the path to the implementation (*.lib) to PSpice resources.
Unfortunately, the surprises start from beginning: There is no New/Library menu item which allows to create a new library for schematic symbols.
Ok, it is possible to save some existing library into a new place, empty it and and add symbols from design cache as a template. This replaces intuitive method, because there is no New/Part menu item. After some tricks and manual editing, I can create the symbol by converting some existing ones and then associate the model.
Once the association is done, the next step is to specify include files for implementation. Surprise: the folder "PSpice Resources" does not allow to add implementation path to folder "Include Path" and "Model Libraries". As the result, the following error is displayed "ERROR(ORPSIM-15108): Subcircuit LMH6559 used by X_U1 is undefined". The analysis of the SPICE file generated by PSpice allows to workaround and place the library pointer in the pspice.ini file. VERY inconvenient and un-intuitive.
But now the model compiles, and ORCAP-15098 info appears that "Detected an imported model containing transistors or diodes. For such models, the PSpice for TI supports minimum of one and maximum of three markers. Click "OK to modify the markers settings. Click Cancel to replace the model with the one from preinstalled libraries".
So, I am wondering how TI suggests to simulate the models with the products not included into preinstalled libraries, and where these behavioral libraries are available?
Why the necessary controls which allow the user to create missing libraries are not available?
The idea to allow users to quickly evaluate and prototype TI products was great, but the lack of some important products and inability to instantiate these is diminishing the otherwise excellent value...