Community Feedback, Suggestions, and Questions Pspice Convert .txt file to .lib and .olb

Pspice Convert .txt file to .lib and .olb

Hi all,

I'm trying to use Orcad Capture Lite to create a .olb file from my .lib text file. I'm importing the .lib text file into the model editor, then I use the

FQP47P06mosFET.txt
**************** Power Discrete MOSFET Electrical Circuit Model *****************
** Product Name: FQPF47P06
** 60V P-Channel MOSFET and TO-220F
**-------------------------------------------------------------------------------
.SUBCKT FQPF47P06 20 10 30
Rg 10 1 1.58
M1 2 1 3 3 DMOS L=1u W=1u
.MODEL DMOS PMOS (VTO={-3.75*{-0.00084*TEMP+1.021}} KP={-0.0012*TEMP+19}
+ THETA=0.0576 VMAX=3.5E5 LEVEL=3)
Cgs 1 3 1900p
Rd 20 4 0.0005 TC=0.0063
Dds 4 3 DDS
.MODEL DDS D(BV={60*{0.001*TEMP+0.975}} M=0.57 CJO=5080p VJ=0.58)
Dbody 20 3 DBODY
.MODEL DBODY D(IS=7.5E-09 N=1.5 RS=0.042 EG=1.13 TT=130n)
Ra 4 2 0.0005 TC=0.0063
Rs 3 5 0.0086
Ls 5 30 1.0n
M2 1 8 6 6 INTER
E2 8 6 4 1 2
.MODEL INTER PMOS (VTO=0 KP=10 LEVEL=1)
Cgdmax 7 4 6240p
Rcgd 7 4 1E7
Dgd 4 6 DGD
Rdgd 4 6 1E7
.MODEL DGD D(M=0.32 CJO=6240p VJ=0.0112)
M3 7 9 1 1 INTER
E3 9 1 4 1 -2
.ENDS
**------------------------------------------------------------------------------
"Model Import Wizard Capture" feature to convert the .lib to a usable .olb part. When I click "next" after browsing for the files in the model import wizard i get "OrCAD Schematic to Capture Application has stopped working" 

Can anyone explain what's happening?? I need to make my own part because Fairchild Semiconductor doesn't have the .olb already.

I've attached all the files to help you see what I mean.

Thanks!!

  • The .olb file gives the graphic symbols used in schematics, along with the stuff like part numbers, PSpice templates, where to find the PSpice model, etc. Best thing to do is to go into Schematic, open a .olb file that has a schematic symbol that is close to what you want (a MOSFET symbol, for example), copy and past it into your own .olb file, then edit the properties (in particular PSpiceTemplate: X^@REFDES %S %G %D FQPF47P06, with whatever the symbol pin names are) to make use of your PSpice model in your .lib file.
CDNS Forum Thread CSS JS
CDNS - Fix Layout