07-15-2009 07:46 PM
I'm new to multisim.
Can someone provide some basic steps for how to take a pSPICE model (like the one listed at the bottom) and port it into a component in Multisim?
Are there are any general things to be careful with when taking a pSPICE model and using it in Multisim? I would greatly appreciate the tips.
Thanks.
*Jan 2, 2006
*Doc. ID: 75087, S-52635, Rev. B
*File Name: SUPB65P06-20_PS.txt and SUPB65P06-20_PS.lib0
.SUBCKT SUP_SUB65P06-20 D G S
M1 3 G S S PMOS W=5409540u L=0.50u
M2 S G S D NMOS W=5409540u L=0.85u
R1 D 3 RTEMP 9E-3
CGS G S 3100E-12
DBD D S DBD
***************************************************************
.MODEL PMOS PMOS ( LEVEL = 3 TOX = 7E-8
+ RS = 6E-3 RD = 0 NSUB = 9.5E16
+ KP = 8E-6 UO = 400
+ VMAX = 0 XJ = 5E-7 KAPPA = 5E-2
+ ETA = 1E-4 TPG = -1
+ IS = 0 LD = 0
+ CGSO = 0 CGDO = 0 CGBO = 0
+ NFS = 0.8E12 DELTA = 0.1)
***************************************************************
.MODEL NMOS NMOS ( LEVEL = 3 TOX = 7E-8
+NSUB = 1.5E16 NFS = 1E12 TPG = -1)
***************************************************************
.MODEL DBD D (CJO=2500E-12 VJ=0.38 M=0.37
+RS=0.1 FC=0.5 IS=1E-12 TT=6E-8 N=1 BV=60.2)
***************************************************************
.MODEL RTEMP RES (TC1=11E-3 TC2=5.5E-6)
***************************************************************
.ENDS
07-16-2009 10:47 AM
Multisim has the ability to simulate a wide range of SPICE-based models. Over the past few releases, great efforts have been focused on assuring compatibility of the parser with simulator-specific parameters so that your circuits can be seamlessly ported over to Multisim.
To simulate this particular model in Multisim, you will need to create a custom component in Multisim. The following tutorial will guide you through the process: Creating a Custom Component in NI Multisim.
Alternatively, you can use the Arbitrary SPICE Block component to paste in your netlists for quick tests.
Let us know if you have any more questions along the way.