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
30 lines
504 B
Plaintext
30 lines
504 B
Plaintext
#GEN
|
|
|
|
# http://www.avx.com/docs/Catalogs/ccog.pdf
|
|
# http://www.avx.com/docs/Catalogs/cx5r.pdf
|
|
|
|
* -> T=C {
|
|
(????)(?)(?)([0-9][0-9][0-9])(?)* ->
|
|
FP=$REF:1 _V=$REF:2 _M=$REF:3 _E12_P=$REF:4 _TOL=$REF:5
|
|
|
|
_M=A -> M=NP0
|
|
_M=D -> M=X5R
|
|
|
|
include lib/captol.inc
|
|
|
|
_V=4 -> V=4V
|
|
_V=6 -> V=6.3V
|
|
_V=Z -> V=10V
|
|
_V=Y -> V=16V
|
|
_V=3 -> V=25V
|
|
_V=D -> V=35V
|
|
_V=5 -> V=50V
|
|
_V=1 -> V=100V
|
|
_V=2 -> V=200V
|
|
_V=7 -> V=500V
|
|
}
|
|
|
|
include lib/e12.inc
|
|
|
|
T=C -> C=${_E12}F !
|