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.

FDT434P pspice simulation model

Status
Not open for further replies.

mariuszoll

Member level 5
Joined
Aug 28, 2012
Messages
82
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
2,147
Hi,

I have to do a simulation in LTSpice, and unfortunately I don't have a simulation model for FDT434P.
On the fairchild web page there is a simulation model, but it was the extension .mod
https://www.fairchildsemi.com/pf/FD/FDT434P.html

Could you help me please with a simulation model for this component?

Thank you.
 

Probably a PSPICE macromodel or .subcircuit. What's wrong with it?
 

I imported the model into the schematic, I renamed the component to FDT434P, but when I tried to run the project, it didn't work, because it didn't find the model.
 

Unfortunately I don't know the LTSpice method, but I think you have to establish the correct connection between the schematic symbol and the Spice model. Check how it's done with the other symbols!
 

LTSpice model files are using generic SPICE syntax. With schematic netlist entry, they connect to the symbol terminals by pin order, as with other SPICE variants.

You probably forgot to include the model file in your project.
 

this is a transistor (RET) model in pspice. You embed the model within a subcircuit. You should be able to do the same with your model.


.SUBCKT QPUMH10 3 1 2
q1 3 1 2 QPUMH10

.MODEL QPUMH10 NPN
+ IS = 1.822E-14
+ NF = 0.9932
+ ISE = 2.894E-16
+ NE = 1.4
+ BF = 354.4
+ IKF = 0.246
+ VAF = 182
+ NR = 0.9931
+ ISC = 9.982E-12
+ NC = 1.763
+ BR = 14.99
+ IKR = 0.05
+ VAR = 17.9
+ RB = 10
+ IRB = 5E-06
+ RBM = 5
+ RE = 0.649
+ RC = 1.101
+ XTB = 0
+ EG = 1.11
+ XTI = 3
+ CJE = 1.32E-11
+ VJE = 0.8401
+ MJE = 0.3622
+ TF = 1E-32
+ XTF = 0
+ VTF = 1E+03
+ ITF = 0
+ PTF = 0
+ CJC = 3.821E-12
+ VJC = 0.5986
+ MJC = 0.3745
+ XCJC = 0.6193
+ TR = 1E-32
+ CJS = 0
+ VJS = 0.75
+ MJS = 0.333
+ FC = 0.5
*##
*
.ends
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top