LTSpice tube models

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Hi
Still looking for the model for EC88 and EC8010.....please help.
I made these using Andrei's Curve Captor.
Grid current is NOT modeled.

Code:
* -------------------------------------------------------------
* EC88_RT UHF triode PSpice model
* Modified Koren model (8 parameters) mean fit error 0.223476mA
* Traced by Wayne Clay on 09/09/2007 using Curve Captor v0.9.1
* from La RadioTechnque data sheet
* -------------------------------------------------------------
.subckt EC88_RT  P G K
    Gp  P K  VALUE=
+ {(0.1257435776m)*limit(V(P,K)*log(1.0+(-0.1054262489)+exp((2.84824757)+
+ (2.84824757)*((71.52634978)+(-3035.182931m)*V(G,K))*V(G,K)/sqrt((66.04621849)**2+
+ (V(P,K)-(31.49056194))**2)))/(2.84824757),0.0,1.0e16)**(1.088580283)}
    Cgk G K 4.5p ; 0.7p added
    Cpk P K 0.255p ; 0.2p added
    Cgp G P 2.2p ; 1.0p added
  Rpk P K 1G ; to avoid floating nodes
  d3  G K dx1
.model dx1 d(is=1n rs=2k cjo=1pf N=1.5 tt=1n)
.ends EC88_RT
Code:
* EC8010 PSpice model
* Modified Koren model (8 parameters): mean fit error 0.426794mA
* Traced by Wayne Clay on 10/24/2013 using Curve Captor v0.9.1
* from Telefunken data sheet
.subckt EC8010  P G K
    Gp  P K  VALUE=
+ {(0.238786713m)*limit(V(P,K)*log(1.0+(-0.05597274459)+exp((4.243631263)+
+ (4.243631263)*((59.60099868)+(-2994.534169m)*V(G,K))*V(G,K)/sqrt((52.4537805)**2+
+ (V(P,K)-(6.756930625))**2)))/(4.243631263),0.0,1.0e16)**(1.118056622)}
  Cgp G P 2.5p ; 1p added
  Cgk G K 7.5p ; 1p added
  Cpk P K 0.3p ; 0.2p added
  Rpk P K 1G ; to avoid floating nodes
  d3  G K dx1
.model dx1 d(is=1n rs=2k cjo=1pf N=1.5 tt=1n)
.ends EC8010
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.