Multisim and Ultiboard

cancel
Showing results for 
Search instead for 
Did you mean: 

2SJ162 model error

I am trying to use a Powermosfet model I found for a 2SJ162 but when I try to run a simulation I get an error message :
"Error: misplaced .ends line: .ends" can anyone help?
Here is the model I am using:
 
 
SUBCKT MSJ162 1 2 3
* TERMINALS: 1 2 3
* Hitachi 160 Volt 7 Amp .171 ohm P-Channel Power MOSFET
M1 9 7 8 8 2SJ162 L=1U W=1U
RD 9 1 110.4M
RS 8 3 25.28M
RG 7 2 17.4
CGS 7 8 760P
EGD 12 0 1 2 1
VFB 14 0 0
FFB 9 7 VFB 1
CGD 13 14 467P
R1 13 0 1
D1 12 13 DLIM
DDG 15 14 DCGD
R2 12 15 1
D2 15 0 DLIM
DSD 9 8 DSUB
LS 8 3 7.5N
LD 1 9 4N
.MODEL 2SJ162  PMOS (LEVEL=3 THETA=90M VMAX=183K ETA=6.5M VTO=-.2 KP=1.109)
.MODEL DCGD D (CJO=467P VJ=.6 M=.68)
.MODEL DSUB D (IS=29N N=1.5 RS=61.4M BV=160 CJO=900P VJ=.8 M=.42 TT=252N)
.MODEL DLIM D (IS=100U)
.ENDS
 
Any help would be appreciated
0 Kudos
Message 1 of 2
(3,602 Views)

I can already see the problem. It appears that the first statement is missing the dot in front of it. Try changing it to .SUBCKT.

I hope this helps



Message Edited by lacy on 12-23-2007 04:47 PM
Kittmaster's Component Database
http://ni.kittmaster.com

Have a Nice Day
0 Kudos
Message 2 of 2
(3,601 Views)