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.

[SOLVED] How to beta tolerance in LTspice?

Status
Not open for further replies.

northumber82

Member level 3
Joined
Jan 6, 2018
Messages
66
Helped
2
Reputation
4
Reaction score
2
Trophy points
8
Activity points
564
[SOLVED] How to beta tolerance in LTspice?

There is a method to set a percent value tolerance of beta of BJTs models in LTspice?

I used function "Worst Case" and "Monte Carlo" for resistors and capacitors:

Code:
Worst case function:
.func wc(nom,tol) if(flat(1)>0,nom*(1+tol),nom*(1-tol))

Application:
{wc(nom,tol)}

Then run with:
.step param run 1 10 1

Then what for the transistors beta? There is anything?

- - - Updated - - -

Ok sorry, I answer myself because I found the solution 2 minutes later:

Editing the transistor model and put the same function "mc" or "wc" to the parameter "Bf".

Example:

Bf=420

After:
Bf={wc(420,0.05)}

Tolerance of 5%
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top