You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

35 lines
793 B

*Vacuum Tube Dual Triode (Audio freq.)
*Connections:
* Plate 1
* | Grid 1
* | | Cathode 1
* | | | Plate 2
* | | | | Grid 2
* | | | | | Cathode 2
* | | | | | | H H HM
* | | | | | | | | |
.SUBCKT 12AX7 1 2 3 6 7 8 4 5 9
X1 1 2 3 12AX7s
X2 6 7 8 12AX7s
RH1 4 9 100
RH2 5 9 100
.ENDS 12AX7
*Vacuum Tube Triode (Audio freq.) pkg:VT-9 (A:1,2,3)(B:6,7,8)
*Connections:
* Plate
* | Grid
* | | Cathode
* | | |
.SUBCKT 12AX7s 1 3 4
B1 2 4 I=((URAMP((V(2,4)/85)+V(3,4)))^1.5)/580
C1 3 4 1.6E-12
C2 3 1 1.7E-12
C3 1 4 0.46E-12
R1 3 5 50E+3
D1 1 2 DX
D2 4 2 DX2
D3 5 4 DX
.MODEL DX D(IS=1.0E-12 RS=1.0)
.MODEL DX2 D(IS=1.0E-9 RS=1.0)
.ENDS X12AX7s