junchaoguo51888 said:
who know how establish a own lib in the capture of pspice
thanks a lot
hi,
This is a lib created for orbit cn20 process for microsim 8
put cn20.* into
micorsim_install_dir/lib directory.
then add the following into c:\windows\msim.ini file:
(or where ever it is)
in the [SCHEMATICS NETLIST] field put:
LINE1=.lib "C:\Program Files\MSim_8\lib\cn20.lib"
(just append with appropriate LINE*)
in the [PART LIBS] field put:
LIB147="CN20" [.slb]
(just append with appropriate LIB*)
thats all; then start microsim.
In schematics; if you press ctrl-g, you should see the cn20 library
to test:
run
ex8.sch;
If this schematic opens and you are able to run the simulation,
without any "model not found" errors, you're done.
bye