Update, link on device models (public domain or TI)
Download adresses for TI models.
This commit is contained in:
parent
a8b2d0b8f1
commit
140d143ae8
|
|
@ -1,6 +1,6 @@
|
||||||
|
* The models of this library are in the public domain
|
||||||
* from https://www.diyaudio.com/forums/solid-state/252973-2sk170-2sj74-spice-model-pass-0-4ma.html
|
* from https://www.diyaudio.com/forums/solid-state/252973-2sk170-2sj74-spice-model-pass-0-4ma.html
|
||||||
*2SJ74
|
*2SJ74 Dep-Mode 20mA 400mW LowNoise pkg:TO-92B 2,1,3
|
||||||
*Toshiba Dep-Mode 20mA 400mW LowNoise pkg:TO-92B 2,1,3
|
|
||||||
.MODEL 2SJ74 PJF(Beta=92.12m Rs=7.748 Rd=7.748 Lambda=4.464m
|
.MODEL 2SJ74 PJF(Beta=92.12m Rs=7.748 Rd=7.748 Lambda=4.464m
|
||||||
+Vto=-.5428 Cgd=85.67p Pb=.3905 Fc=.5
|
+Vto=-.5428 Cgd=85.67p Pb=.3905 Fc=.5
|
||||||
+Cgs=78.27p Is=12.98p
|
+Cgs=78.27p Is=12.98p
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
Device models for Debian
|
||||||
|
|
||||||
|
Due to licensing restrictions (incompatibility with DFSG),
|
||||||
|
the device models from TI cannot be part of the Debian distribution.
|
||||||
|
You may download the models OPA1611.LIB, TLV6001.LIB, TLV9002.lib,
|
||||||
|
opa1656.lib, TLC555.LIB from the TI web pages at
|
||||||
|
https://www.ti.com/lit/zip/sbom396
|
||||||
|
https://www.ti.com/lit/zip/sboma15
|
||||||
|
https://www.ti.com/lit/zip/sbomah7
|
||||||
|
https://www.ti.com/lit/zip/sbomaw8
|
||||||
|
https://www.ti.com/lit/zip/slfm005
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
TIMER 555
|
TIMER 555
|
||||||
|
* The models of this library are in the public domain
|
||||||
* https://www.electro-tech-online.com/threads/spice-and-555-timer.5806/
|
* https://www.electro-tech-online.com/threads/spice-and-555-timer.5806/
|
||||||
.SUBCKT UA555 32 30 19 23 33 1 21
|
.SUBCKT UA555 32 30 19 23 33 1 21
|
||||||
* TR O R F TH D V
|
* TR O R F TH D V
|
||||||
|
|
@ -62,6 +63,7 @@
|
||||||
* The LM555 timer model is designed for low frequency
|
* The LM555 timer model is designed for low frequency
|
||||||
* applications, up to 100Hz.
|
* applications, up to 100Hz.
|
||||||
.INCLUDE TLC555.LIB
|
.INCLUDE TLC555.LIB
|
||||||
|
* The 555 TI model is available at https://www.ti.com/lit/zip/slfm005
|
||||||
.TRAN 10u 100MS
|
.TRAN 10u 100MS
|
||||||
* .OPTIONS RELTOL=.0001
|
* .OPTIONS RELTOL=.0001
|
||||||
.SAVE v(16) v(13) v(17)
|
.SAVE v(16) v(13) v(17)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
* The models of this library are in the public domain
|
||||||
* from https://www.diyaudio.com/forums/solid-state/252973-2sk170-2sj74-spice-model-pass-0-4ma.html
|
* from https://www.diyaudio.com/forums/solid-state/252973-2sk170-2sj74-spice-model-pass-0-4ma.html
|
||||||
*2SJ74
|
*2SJ74 Dep-Mode 20mA 400mW LowNoise pkg:TO-92B 2,1,3
|
||||||
*Toshiba Dep-Mode 20mA 400mW LowNoise pkg:TO-92B 2,1,3
|
|
||||||
.MODEL 2SJ74 PJF(Beta=92.12m Rs=7.748 Rd=7.748 Lambda=4.464m
|
.MODEL 2SJ74 PJF(Beta=92.12m Rs=7.748 Rd=7.748 Lambda=4.464m
|
||||||
+Vto=-.5428 Cgd=85.67p Pb=.3905 Fc=.5
|
+Vto=-.5428 Cgd=85.67p Pb=.3905 Fc=.5
|
||||||
+Cgs=78.27p Is=12.98p
|
+Cgs=78.27p Is=12.98p
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue