mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 13:54:59 +02:00
f2824f1d35
- bom/lib/captol.inc: translation of all capacitor tolerance values - bom/lib/e12.inc: translation of E12 values (for pico-based scale for now) - bom/avx.gen, bom/johanson.gen, bom/murata.gen, bom/tdk.gen, bom/yageo.gen: include libraries instead of copying the same tables
33 lines
583 B
Plaintext
33 lines
583 B
Plaintext
#GEN
|
|
|
|
# http://www.tdk.co.jp/tefe02/e412_c.pdf
|
|
|
|
C* -> T=C {
|
|
C(????)(???)(??)([0-9][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=0603 -> FP=0201
|
|
_FP=1005 -> FP=0402
|
|
_FP=1608 -> FP=0603
|
|
_FP=2012 -> FP=0805
|
|
_FP=3216 -> FP=1206
|
|
_FP=3225 -> FP=1210
|
|
_FP=4532 -> FP=1812
|
|
_FP=5750 -> FP=2220
|
|
|
|
include lib/captol.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
|
|
}
|
|
|
|
include lib/e12.inc
|
|
|
|
T=C -> C=${_E12}F !
|