• 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.

6Э6П-E and 6Э6П-ДР spice models

Yes that is correct, but anyway I built the triode model as requested.

Code:
**** 6E6P-T ** Advanced Grid Current **********************************
* Created on 06/14/2022 04:15 using paint_kit.jar 3.1
* www.dmitrynizh.com/tubeparams_image.htm
* Plate Curves image file: 6e6p-e-t.png
* Data source link:
*----------------------------------------------------------------------------------
.SUBCKT 6E6P-T 1 2 3 ; Plate Grid Cathode
+ PARAMS: CCG=15P  CGP=0.05P CCP=5.9P
+ MU=33.95 KG1=37.3 KP=398.95 KVB=1941.84 VCT=-1.469 EX=1.098
+ VGOFF=-0.6 IGA=0.00107 IGB=0.201 IGC=9.92 IGEX=1.66
* Vp_MAX=200 Ip_MAX=140 Vg_step=0.5 Vg_start=0 Vg_count=11
* Rp=4000 Vg_ac=55 P_max=8.3 Vg_qui=-48 Vp_qui=300
* X_MIN=16 Y_MIN=64 X_SIZE=865 Y_SIZE=598 FSZ_X=1296 FSZ_Y=736 XYGrid=false
* showLoadLine=n showIp=y isDHT=n isPP=n isAsymPP=n showDissipLimit=y
* showIg1=y gridLevel2=y isInputSnapped=n 
* XYProjections=n harmonicPlot=n dissipPlot=n
*----------------------------------------------------------------------------------
E1 7 0 VALUE={V(1,3)/KP*LOG(1+EXP(KP*(1/MU+(VCT+V(2,3))/SQRT(KVB+V(1,3)*V(1,3)))))}
RE1 7 0 1G  ; TO AVOID FLOATING NODES
G1 1 3 VALUE={(PWR(V(7),EX)+PWRS(V(7),EX))/KG1}
RCP 1 3 1G   ; TO AVOID FLOATING NODES
C1 2 3 {CCG} ; CATHODE-GRID
C2 2 1 {CGP} ; GRID=PLATE
C3 1 3 {CCP} ; CATHODE-PLATE
RE2 2 0 1G
EGC 8 0 VALUE={V(2,3)-VGOFF} ; POSITIVE GRID THRESHOLD
GG 2 3 VALUE={(IGA+IGB/(IGC+V(1,3)))*(MU/KG1)*(PWR(V(8),IGEX)+PWRS(V(8),IGEX))}
.ENDS
*$
 

Attachments

  • 6e6p-e-t paint.png
    6e6p-e-t paint.png
    622.1 KB · Views: 70
Looks like the wrong scaling factor was entered in the paint_kit program (20 mA/div instead of 10 mA/div). The tetrode model shows very high screen currents as well, so that the sum of plate and screen currents (when triode connected) is double what it should be.
 
  • Like
Reactions: Koonw
Thank you for pointing out. Here is the correct model:

Code:
*** 6E6P_E_T ** Advanced Grid Current *********************posted correction*************
* Created on 06/15/2022 09:28 using paint_kit.jar 3.1
* www.dmitrynizh.com/tubeparams_image.htm
* Plate Curves image file: 6e6p-e-t.png
* Data source link:
*----------------------------------------------------------------------------------
.SUBCKT 6E6PE-T 1 2 3 ; Plate Grid Cathode
+ PARAMS: CCG=15P  CGP=0.05P CCP=5.9P
+ MU=33.95 KG1=74.23 KP=398.95 KVB=1941.84 VCT=-1.469 EX=1.098
+ VGOFF=-0.6 IGA=0.00107 IGB=0.201 IGC=9.92 IGEX=1.66
* Vp_MAX=200 Ip_MAX=70 Vg_step=0.5 Vg_start=0 Vg_count=11
* Rp=4000 Vg_ac=55 P_max=8.3 Vg_qui=-48 Vp_qui=300
* X_MIN=16 Y_MIN=64 X_SIZE=865 Y_SIZE=598 FSZ_X=1296 FSZ_Y=736 XYGrid=false
* showLoadLine=n showIp=y isDHT=n isPP=n isAsymPP=n showDissipLimit=y
* showIg1=y gridLevel2=y isInputSnapped=n 
* XYProjections=n harmonicPlot=n dissipPlot=n
*----------------------------------------------------------------------------------
E1 7 0 VALUE={V(1,3)/KP*LOG(1+EXP(KP*(1/MU+(VCT+V(2,3))/SQRT(KVB+V(1,3)*V(1,3)))))}
RE1 7 0 1G  ; TO AVOID FLOATING NODES
G1 1 3 VALUE={(PWR(V(7),EX)+PWRS(V(7),EX))/KG1}
RCP 1 3 1G   ; TO AVOID FLOATING NODES
C1 2 3 {CCG} ; CATHODE-GRID
C2 2 1 {CGP} ; GRID=PLATE
C3 1 3 {CCP} ; CATHODE-PLATE
RE2 2 0 1G
EGC 8 0 VALUE={V(2,3)-VGOFF} ; POSITIVE GRID THRESHOLD
GG 2 3 VALUE={(IGA+IGB/(IGC+V(1,3)))*(MU/KG1)*(PWR(V(8),IGEX)+PWRS(V(8),IGEX))}
.ENDS
*$
 

Attachments

  • 6E6P-E-T paint-2.png
    6E6P-E-T paint-2.png
    625.5 KB · Views: 54