Multisim and Ultiboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Mosfet model doesn't work

Hello,

 

I have the following spice model:

 

*May 1, 2006
*Doc. ID: 79444, ES-60676, Rev. B
*File Name: SUM110N06-3m4L_PS.txt and SUM110N06-3m4L_PS.lib
*This document is intended as a SPICE modeling guideline and does not
*constitute a commercial product data sheet.  Designers should refer to the
*appropriate data sheet of the same number for guaranteed specification
*limits.
.SUBCKT SUM110N06-3m4L 4 1 2
M1  3 1 2 2 NMOS W=22624584u L=0.25u   
M2  2 1 2 4 PMOS W=22624584u L=0.35u  
R1  4 3     RTEMP 10.5E-4
CGS 1 2     10000E-12
DBD 2 4     DBD
****************************************************************
.MODEL  NMOS       NMOS ( LEVEL  = 3            TOX    = 5E-8
+ RS     = 16E-4          RD     = 0            NSUB   = 2.55E17
+ KP     = 8E-6           UO     = 650             
+ VMAX   = 0              XJ     = 5E-7         KAPPA  = 1E-4
+ ETA    = 1E-4           TPG    = 1  
+ IS     = 0              LD     = 0               
+ CGSO   = 0              CGDO   = 0            CGBO   = 0
+ NFS    = 0.8E12         DELTA  = 0.1)
****************************************************************
.MODEL  PMOS       PMOS ( LEVEL  = 3            TOX    = 5E-8
+NSUB    = 2E16           TPG    = -1)   
****************************************************************  
.MODEL DBD D (CJO=1700E-12 VJ=0.38 M=0.32
+RS=0.1 FC=0.5 IS=1E-12 TT=5E-8 N=1 BV=60.2)
****************************************************************
.MODEL RTEMP RES (TC1=10E-3 TC2=5.5E-6)
****************************************************************
.ENDS

 

If I create a Mosfet Model and past this spice code into the box and run a simulation,

I get the following error message:

 

"Not enough node points found!"

 

If I double click on the transistor and click "Modell bearbeiten (edit model)", than nothing

happens (nothing shown, no error message).

 

How can I use this model in Multisim 10.1 successfully?

 

Regards:

 

Uwe Fechner

0 Kudos
Message 1 of 2
(4,329 Views)

Hi Uwe,

 

You have a complex MOSFET model which contains a MOSFET and all its parasitics. The MOSFET Model Maker in Multisim can only handle simple MOSFET models, not complete ones like this.

 

You can still create a simulatable component for this model with the Component Wizard. In step 3 of the Component Wizard, you can copy a premade schematic symbol from an existing component (such as the 2N6755). When the Component Wizard asks for a simulation model, jJust paste in the entire model into the Model Data box and give the model a unique name (such as SUM110N06). Don't use the Model Maker. When the Component Wizard presents you with the pin mapping table, assign pin 1 to the drain, 2 to the gate and 3 to the source.

 

That should allow you to create a simulatable model.

Message Edited by yyao on 02-17-2009 09:47 AM
----------
Yi
Software Developer
National Instruments - Electronics Workbench Group
0 Kudos
Message 2 of 2
(4,308 Views)