好像是nom.lib 那個總的索引沒有了。 每個元件的仿真庫 每次都要挨個添加 太麻煩了 請高手賜教 怎么弄啊 以前在 pspice 下面的library 文件夾里面的仿真用的.lib文件 都系統(tǒng)都是自己就找到了 不用手動添加 ?,F(xiàn)在每個器件仿真都要手動添加 太麻煩了 。
Pspice高手請進,

謝謝 ,我試了不行 。我知道怎么弄了
仿造nom.lib用記事本重寫一個***.lib(自己命名)文件,內(nèi)容如下:
* Library of My devices: Analog andDigital
* Copyright Feilong, Inc. 2010 All RightsReserved.
*
*
* $Revision: 1.3 $
* $Author: HIRASUNA $
* $Date: 11 May 2000 13:26:32 $
* $Revision: 1.4 $
* $Author: JAISWAL $
* $Date: 04 JULY 2002 14:05:32 $
* This "master library" filecalls out the other libraries which we supply.
* It takes time for PSpice to scan eachlibrary file. PSpice creates an
* index file, called .IND,to speed up the search process.
* The index file is re-created wheneverPSpice senses that it might be invalid.
* If the library search times are toolong, you may want to "comment out"
* references to device libraries which youare not using. Also, you can always
* bypass the library approach and simplycopy the model or subcircuit which you
* need directly into your circuit file.
* My Analysis libraries
.lib "此處寫你要添加的庫.lib"
*end of library file
然后保存成.lib文件即可。