Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help to model a BJT in Genesys

Status
Not open for further replies.

StoppTidigare

Full Member level 2
Joined
Jul 16, 2002
Messages
148
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Location
Northern earth
Activity points
1,703
Hi I am trying to simulate the Philips BFG425W BJT transistor in Genesys.
I have created a SPICE-link in the Philps_BJT workspacefile.
Before that I created a spice-file, which I've put in \Model\Philips directory

When I add a DC-analysis I get an errormessage complaining on line 5.
It says:
"unknown node = Error on line 5:unable to find definition of model. Default assumed
q4_q1 4 5 0 bfg425ww
No such terminal of this device "

Below is the BFG425WW.lib that it complains on.
Could somebody help me correct it ?
Kindest regards,
StoppTidigare

*
* PACKAGE : DIE MODEL : BFG425WW
* 1: COLLECTOR; 2: BASE; 3: EMITTER;
.SUBCKT BFG425WW 1 2 3
* SOT343 parasitic model
Lb 6 1 1.1n
Lc 7 2 1.1n
Le 8 3 0.25n
Cbe 1 3 80f
Cbpb 1 4 145f
Rsb1 4 3 25
Ccb 1 2 2f
Cbpc 2 5 145f
Rsb2 5 3 19
Cce 2 3 80f
Q1 2 1 3 BFG425WW
.MODEL BFG425WW NPN (
+ IS = 4.717E-17
+ BF = 145
+ NF = 0.993
+ VAF = 31.12
+ IKF = 0.304
+ ISE = 300.2E-15
+ NE = 3.0
+ BR = 11.37
+ NR = 0.985
+ VAR = 1.874
+ IKR = 0.121
+ ISC = 48.48E-17
+ NC = 1.546
+ RB = 14.41
+ IRB = 0
+ RBM = 6.175
+ RE = 0.1779
+ RC = 1.780
+ XTB = 1.500
+ EG = 1.110
+ XTI = 3.000
+ CJE = 310.9E-15
+ VJE = 0.900
+ MJE = 0.346
+ TF = 4.122E-12
+ XTF = 68.20
+ VTF = 2.004
+ ITF = 1.525
+ PTF = 0
+ CJC = 137.7E-15
+ VJC = 0.5569
+ MJC = 0.207
+ XCJC = 0.5
+ TR = 0.0
+ CJS = 667.5E-15
+ VJS = 0.4183
+ MJS = 0.239
+ FC = 0.550 )
.ENDS BFG425WW
 

If somebody is interested I found out how to edit the spice file. Check below:

StoppTidigare said:
.SUBCKT BFG425WW 1 2 3
.
.
.
Q1 2 1 3 BFG425WW
.MODEL BFG425WW NPN (
+ IS = 4.717E-17
'
.

+

The name of the subcircuit that describes the parasitics should differ by the letter Q.
The transistor should be referenced as QBFG425WW
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top