Installing and using LTspice IV (now including LTXVII), From beginner to advanced

Jan,


Let's put it this way: if I wanted to characterize the AC performance of the LM395, I would do it on the bench. I'm not saying you definitely can't make a decent model of the LM395, but it is going to be a lot of work... and how will you verify the model's performance? On the bench of course.


Bottom line, unless you really need a model for some reason, I think the fastest path to enlightenment will be on your bench.


YMMV.
 
AX tech editor
Joined 2002
Paid Member
When using this (very, very simple circuit), what current can that current source be expected to be set to? 100uA sounds reasonable?

Jan
 

Attachments

  • LM395.PNG
    LM395.PNG
    39.9 KB · Views: 123
I can't say that's wrong, but I can't say it's right either.


My suspicion is that it's not set to a nominal value like 100 uA but rather it's scaled to the transistor whose base it drives so they track each other over temp & process variations but there's no way to tell. Again, representational...



You should have asked a few years ago, I could have just asked Dobkin, I bet he remembers! I don't do linkedin but if you do & you can find him he might answer you.
 
Member
Joined 2011
Paid Member
Because I want I1 to be "comfortably" greater than the base current of the NPN. I decided that I'm comfortable when I1 = 3 * Ibase. Individual preference. Other designers may prefer a larger safety margin, to handle fast transients and to charge/discharge the inevitable capacitances on that node, quickly.


_
 
Last edited:
This is what I have.

* WARNING : please consider following remarks before usage
*
* 1) All models are a tradeoff between accuracy and complexity (ie. simulation
* time).
* 2) Macromodels are not a substitute to breadboarding, they rather confirm the
* validity of a design approach and help to select surrounding component values.
*
* 3) A macromodel emulates the NOMINAL performance of a TYPICAL device within
* SPECIFIED OPERATING CONDITIONS (ie. temperature, supply voltage, etc.).
* Thus the macromodel is often not as exhaustive as the datasheet, its goal
* is to illustrate the main parameters of the product.
*
* 4) Data issued from macromodels used outside of its specified conditions
* (Vcc, Temperature, etc) or even worse: outside of the device operating
* conditions (Vcc, Vicm, etc) are not reliable in any way.


** Standard Linear Ics Macromodels, 1993.
** CONNECTIONS :
* 1 INVERTING INPUT
* 2 NON-INVERTING INPUT
* 3 OUTPUT
* 4 POSITIVE POWER SUPPLY
* 5 NEGATIVE POWER SUPPLY
.SUBCKT LM193 1 3 2 4 5 (analog)
**********************************************************
.MODEL MDTH D IS=1E-11 KF=1.050321E-32 CJO=10F
* INPUT STAGE
CIP 2 5 1.000000E-12
CIN 1 5 1.000000E-12
EIP 102 0 2 0 1
VIO 10 102 438.3U
EIN 16 0 1 0 1
RIP 10 11 6.500000E+01
RIN 15 16 6.500000E+01
RIS 11 15 1.939046E+02
DIP 11 12 MDTH 400E-12
DIN 15 14 MDTH 400E-12
VOFP 12 13 DC 0.000000E+00
VOFN 13 14 DC 0
IPOL 13 0 100E-06
CPS 11 15 5.5E-09
DINN 17 13 MDTH 400E-12
VIN 17 5 0.000000e+00
DINR 15 18 MDTH 400E-12
VIP 4 18 1.500000E+00
FCP 4 5 VOFP 0.175
FCN 5 4 VOFN 0.175
FIBP 2 0 VOFN 2.000000E-08
FIBN 0 1 VOFP 2.000000E-08
* AMPLIFYING STAGE
RG1 5 19 2.85E+05
RG2 4 19 2.85E+05
DOP 19 25 MDTH 400E-12
VOP 4 25 1.097
DON 24 19 MDTH 400E-12
VON 24 5 1.097
FIP 0 19 VOFP -104
FIN 0 19 VOFN -104
EOUT 26 5 19 5 1
.MODEL NMOD NPN(IS=0.1E-09 BF=4000)
RBOUT 27 26 800K
QOUT 103 27 28 28 NMOD
REOUT 28 5 20
RSOUT 3 0 1E+12
VNUL 3 103 0
DSTOP 32 103 MDTH 400E-12
HSTOP 32 33 VNUL 135
VSTOP 33 5 0.5
.ENDS
 
I took the model from TI (I have several of them). I threw out some transistors, resistors and capacitors. I changed one resistor to a 500 ohm rating and one end of that resistor became the base. If you look, you will see the lines commented out. I did not try to make the circuit 100% correct. I figured it would do just fine. Some of the auxiliary circuits are different than the LM317. They are designed to trigger (turn on) the reference voltage. But the circuit works this way too. And this circuit is outside of amplifier transistors.
 
The model I sent does not match the datasheet. When I found this out, I corrected the resistor values to those given in the schematic in the datasheet. But it turned out even worse. Maybe that is why the spice model was not uploaded. I decided to ignore these resistor values. I had to expand the list of parameters. I entered the breakdown voltages.
I am sending the new model and test circuits. I would be glad if someone would test the model and give comments.
 

Attachments

  • LM395.zip
    4.6 KB · Views: 40