Adding Libraries to OrCad Capture
Do you have some .lib and model files and can’t make them work in an OrCad simulation? I sure had this problem before, and before going crazy on stack exchange, there are a couple of simple steps that usually work.
-
Download the models. I’m guessing that if you’re creating your own models, you don’t need to read this. So, find the models (
.lib,.sch, etc. files ) and download them! -
Put them in
.../Cadence/SPB_16.6[in my case, this may change]/tools/pspice/librarythen double click the.libfile (or open it viaFile > Open > libraryin the dropdown menu). Then clickFile > Export To Capture Part Library...and choose.../tools/capture/library(not the same folder) or any subfolder like.../tools/capture/library/pspiceas destination; this will create the.olbfile. -
Load the library into the schematic: Go to “Place Part” find the “Add Library” button and point it to the
.olbfile. -
If you try to simulate it and it doesn’t work, go to the simulation profile,
Configuration Filestab, choseLibraryunderCategory, browse and point to the.libfile and finally click “Add as Global”.
I don’t know if these steps are something obvious, but I remember having to scavenge some forum posts when I first encountered this problem.