blob: 976147ef0b757c2dbabcb12d790d332acadc1b57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
(module SuperSOT-3 (layer F.Cu) (tedit 59038A2E)
(descr "3-pin SuperSOT package https://www.fairchildsemi.com/package-drawings/MA/MA03B.pdf")
(tags "SuperSOT-3 SSOT-3")
(attr smd)
(fp_text reference REF** (at 0 -2.35) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SuperSOT-3 (at 0 2.4) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 0 90) (layer F.Fab)
(effects (font (size 0.5 0.5) (thickness 0.075)))
)
(fp_line (start 0.85 0.65) (end 0.85 1.45) (layer F.SilkS) (width 0.12))
(fp_line (start -1.75 -1.6) (end 0.85 -1.6) (layer F.SilkS) (width 0.12))
(fp_line (start 0.85 -1.6) (end 0.85 -0.65) (layer F.SilkS) (width 0.12))
(fp_line (start 0.7 -1.45) (end 0.7 1.45) (layer F.Fab) (width 0.12))
(fp_line (start 0.7 1.45) (end -0.7 1.45) (layer F.Fab) (width 0.12))
(fp_line (start -0.7 1.45) (end -0.7 -0.9) (layer F.Fab) (width 0.12))
(fp_line (start -0.7 -0.9) (end -0.15 -1.45) (layer F.Fab) (width 0.12))
(fp_line (start -0.15 -1.45) (end 0.7 -1.45) (layer F.Fab) (width 0.12))
(fp_line (start -2.05 -1.7) (end 2.05 -1.7) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.05 -1.7) (end -2.05 1.7) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.05 1.7) (end 2.05 -1.7) (layer F.CrtYd) (width 0.05))
(fp_line (start 2.05 1.7) (end -2.05 1.7) (layer F.CrtYd) (width 0.05))
(pad 1 smd rect (at -1.1 -0.95) (size 1.4 1) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -1.1 0.95) (size 1.4 1) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 1.1 0) (size 1.4 1) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/TO_SOT_Packages_SMD.3dshapes/SuperSOT-3.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|