You need to convert the model so TINA can use it, just a few syntax changes. IIRC, something to do with the uramp function.
No conversion needed if you use the .inc file. In a text editor, save the .inc file as a .cir file. File -> Import -> PSpice netlist, load .cir file you saved -> compile.Thanks a lot!
But when used the macro wizard to import EC86.mod, TINA-TI told me line 11 "V" is invalid function......
Tools-> New Macro Wizard, blah, blah. 😀
Hi
Yes! It works!
Thank you very much!
Still looking for the model for EC88 and EC8010.....please help.
cheers
Coffin
Yes! It works!
Thank you very much!
Still looking for the model for EC88 and EC8010.....please help.
cheers
Coffin
Hi
Yes! It works!
Thank you very much!
Still looking for the model for EC88 and EC8010.....please help.
cheers
Coffin
You can make your own with Dmitry's model paint tool, very easy to use and accurate.
I made these using Andrei's Curve Captor.Hi
Still looking for the model for EC88 and EC8010.....please help.
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
In the above models, the diodes are merely there to help in convergence. If you prefer not to have or need them, just comment (*) them out.
Last edited:
You can make your own with Dmitry's model paint tool, very easy to use and accurate.
Gee! This looks great! Thank you for sharing!😀
- Status
- Not open for further replies.
- Home
- Design & Build
- Software Tools
- LTSpice tube models