• WARNING: Tube/Valve amplifiers use potentially LETHAL HIGH VOLTAGES.
    Building, troubleshooting and testing of these amplifiers should only be
    performed by someone who is thoroughly familiar with
    the safety precautions around high voltages.

Vacuum Tube SPICE Models

Disabled Account
Joined 2013
"Ix(U1:plate)" trace is not limited in your plot, try to use same Limit range in all expressions. Say if Limit(140m, ... , 0) then use same range for any other added expression.

Which bracket do you use: [] or ()? I use (). It appears to me you have a space in Limit function: Limit(1 30m, ...., 0)? You can paste the expression here if you wish.

No need to include "Ix(U1:plate)" in all expressions of the trace plots other than the "Ix(U1:plate)" plot itself. I can plot one myself later to confirm you try again.
 
Last edited:
Still doesn't work for me. Here is the screen shot with the added directives.

I was running the same basic circuit with the same exact directives today with several other tubes, no problem at all. It only refused to run with 6AG7_GE.
Is the model correct for LTSpice as posted or is it for PSpice?
 

Attachments

  • Screenshot 2021-07-25 193705.jpg
    Screenshot 2021-07-25 193705.jpg
    191.8 KB · Views: 166
Thanks. It was the model indeed. It took me a while to figure it out but something got corrupted when I copied the model from post #2532. I don't know what or how it happened, but I re-copied it and it works fine now. It looked the same, I didn't go through it letter by letter. I must have accidentally touched a keyboard key while cut-and-pasting it. I appreciate your help.
 
Ayumi provided a separate triode strapped model for the 6DQ5, to be used with the built-in LTspice triode symbol.

Code:
*
* Generic triode model: 6DQ5T
* Copyright 2003--2008 by Ayumi Nakabayashi, All rights reserved.
* Version 3.10, Generated on Sat Mar  8 22:39:49 2008
*             Plate
*             | Grid
*             | | Cathode
*             | | |
.SUBCKT 6DQ5T A G K
BGG   GG   0 V=V(G,K)+0.99999998
BM1   M1   0 V=(0.097911417*(URAMP(V(A,K))+1e-10))**-0.59116807
BM2   M2   0 V=(0.71730246*(URAMP(V(GG)+URAMP(V(A,K))/2.8872786)+1e-10))**2.0911681
BP    P    0 V=0.0034387228*(URAMP(V(GG)+URAMP(V(A,K))/4.0251899)+1e-10)**1.5
BIK   IK   0 V=U(V(GG))*V(P)+(1-U(V(GG)))*0.001983081*V(M1)*V(M2)
BIG   IG   0 V=0.0017193614*URAMP(V(G,K))**1.5*(URAMP(V(G,K))/(URAMP(V(A,K))+URAMP(V(G,K)))*1.2+0.4)
BIAK  A    K I=URAMP(V(IK,IG)-URAMP(V(IK,IG)-(0.0030773802*URAMP(V(A,K))**1.5)))+1e-10*V(A,K)
BIGK  G    K I=V(IG)
* CAPS
CGA   G    A 9.5p
CGK   G    K 13.5p
CAK   A    K 10.5p
.ENDS
 
Disabled Account
Joined 2013
Push Pull Load Lines - revisited - Intact Audio
The above site has a composite curve for Pentode and I added UL mode, but you can run any other mode by changing UL=0 pentode, UL=1 triode, UL=0.43 UL, of course you can too plot single ended UL curve.
 

Attachments

  • Compositive curve PP UL-1.png
    Compositive curve PP UL-1.png
    105.7 KB · Views: 155
  • pp load line-UL.asc
    6.5 KB · Views: 61
  • pp load line-UL.plt.txt
    458 bytes · Views: 62
Last edited: