1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 01:23:16 +03:00
ben-wpan/bom/yageo.gen
Werner Almesberger f2824f1d35 Moved all capacitor tolerance and _E12_P translations to shared includes.
- 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
2010-09-12 16:47:08 -03:00

23 lines
427 B
Plaintext

#GEN
# http://www.yageo.com/pdf/yageo/NP0_16V-to-100V_6.pdf
# http://www.yageo.com/pdf/UPY-GPHC_X7R_6.3V-to-50V_3.pdf
CC* -> T=C {
CC(????)(?)?(???)(?)??([0-9][0-9R][0-9]) ->
FP=$REF:1 _TOL=$REF:2 M=$REF:3 _V=$REF:4 _E12_P=$REF:5
include lib/captol.inc
_V=5 -> V=6.3V
_V=6 -> V=10V
_V=7 -> V=16V
_V=8 -> V=25V
_V=9 -> V=50V
_V=0 -> V=100V
}
include lib/e12.inc
T=C -> C=${_E12}F !