-
Notifications
You must be signed in to change notification settings - Fork 13
/
EMI_FILTER.kicad_mod
21 lines (21 loc) · 951 Bytes
/
EMI_FILTER.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(module EMI_FILTER (layer F.Cu)
(at 0 0)
(fp_text reference EMI_FILTER (at 0 0) (layer F.SilkS)
(effects (font (size 1.524 0.889) (thickness 0.1524)))
)
(fp_text value Val** (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.27 0.889) (thickness 0.1524)))
)
(fp_line (start 4.064 1.27) (end 4.064 -1.27) (layer F.SilkS) (width 0.2032))
(fp_line (start -4.064 1.27) (end -4.064 -1.27) (layer F.SilkS) (width 0.2032))
(fp_line (start 4.064 1.27) (end -4.064 1.27) (layer F.SilkS) (width 0.2032))
(fp_line (start -4.064 -1.27) (end 4.064 -1.27) (layer F.SilkS) (width 0.2032))
(pad VI smd rect (at -3.429 0) (size 1.27 2.54) (layers F.Cu F.Paste F.Mask))
(pad GND smd rect (at 0 0) (size 2.54 2.54) (layers F.Cu F.Paste F.Mask))
(pad VO smd rect (at 3.429 0) (size 1.27 2.54) (layers F.Cu F.Paste F.Mask))
(model discret/emi_filter.wrl
(at (xyz 0 0 0))
(scale (xyz 0.4 0.4 0.4))
(rotate (xyz 0 0 0))
)
)