mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 11:21:53 +02:00
6ce7ea1027
tol.inc. - lib/captol.inc: renamed to ctol.inc, for consistency with rtol.inc - boom/manu/avx/avx.gen, boom/manu/johanson/johanson.gen, boom/manu/murata/murata.gen, boom/manu/tdk/tdk.gen, boom/manu/yageo/yageo.gen: use ctol.inc instead of captol.inc - boom/manu/panasonic/panasonic.gen, boom/manu/stackpole/stackpole.gen, boom/manu/yageo/yageo.gen: use rtol.inc insteas of tol.inc
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
#GEN
|
|
|
|
#
|
|
# http://www.tdk.co.jp/tefe02/e412_c.pdf
|
|
# http://www.tdk.co.jp/tefe02/e413_c.pdf
|
|
# http://www.tdk.co.jp/tefe02/e417_c.pdf
|
|
# http://www.tdk.co.jp/tefe02/e4141_c.pdf
|
|
# http://www.tdk.co.jp/tefe02/e4142_c.pdf
|
|
# http://www.tdk.co.jp/tefe02/e4162_c.pdf
|
|
#
|
|
|
|
C* -> T=C {
|
|
C(????)(??|???)([0123][ACDEFHGJ])([0-9R][0-9R][0-9])(?)* ->
|
|
_FP=$REF:1 M=$REF:2 _V=$REF:3 _E12_P=$REF:4 _TOL=$REF:5
|
|
|
|
M=C0G -> M=NP0 # normalize
|
|
|
|
_FP=0402 -> FP=01005
|
|
_FP=0603 -> FP=0201
|
|
_FP=0510 -> FP=0204
|
|
_FP=0816 -> FP=0306
|
|
_FP=1005 -> FP=0402
|
|
_FP=1220 -> FP=0508
|
|
_FP=1608 -> FP=0603
|
|
_FP=1632 -> FP=0612
|
|
_FP=2012 -> FP=0805
|
|
_FP=3216 -> FP=1206
|
|
_FP=3225 -> FP=1210
|
|
_FP=4520 -> FP=1808
|
|
_FP=4532 -> FP=1812
|
|
_FP=5750 -> FP=2220
|
|
|
|
include ../../lib/ctol.inc
|
|
|
|
_V=0G -> V=4V
|
|
_V=0J -> V=6.3V
|
|
_V=1A -> V=10V
|
|
_V=1C -> V=16V
|
|
_V=1E -> V=25V
|
|
_V=1H -> V=50V
|
|
_V=2A -> V=100V
|
|
_V=2E -> V=100V
|
|
_V=2J -> V=630V
|
|
_V=3A -> V=1kV
|
|
_V=3D -> V=2kV
|
|
_V=3F -> V=3kV
|
|
}
|
|
|
|
include ../../lib/e12.inc
|
|
|
|
T=C -> C=${_E12}F !
|