]> www.fi.muni.cz Git - heater.git/blob - SO8NM.fp
battery measurements (off, on)
[heater.git] / SO8NM.fp
1         # number of pads
2         # pad width in 1/1000 mil
3         # pad length in 1/1000 mil
4         # pad pitch 1/1000 mil
5         # seperation between pads on opposite sides 1/1000 mil
6         # X coordinates for the right hand column of pads (1/100 mils)
7         # pad clearance to plane layer in 1/100 mil
8         # pad soldermask width in 1/100 mil
9         # silk screen width (1/100 mils)
10         # figure out if we have an even or odd number of pins per side
11         # silk bounding box is -XMAX,-YMAX, XMAX,YMAX (1/100 mils)
12 # element_flags, description, pcb-name, value, mark_x, mark_y,
13 # text_x, text_y, text_direction, text_scale, text_flags
14 Element[0x00000000 "Small outline package, narrow or medium (150 or 200mil)" "" "SO8NM" 0 0 -2000 -6000 0 100 0x00000000]
15 (
16
17 # Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags]
18         Pad[   -16000 -7500 
19                          -7000 -7500 
20                         2000 1000 3000 "1" "1" 0x00000100]
21         Pad[   -16000 -2500 
22                          -7000 -2500 
23                         2000 1000 3000 "2" "2" 0x00000100]
24         Pad[   -16000 2500 
25                          -7000 2500 
26                         2000 1000 3000 "3" "3" 0x00000100]
27         Pad[   -16000 7500 
28                          -7000 7500 
29                         2000 1000 3000 "4" "4" 0x00000100]
30         Pad[   16000 7500 
31                          7000 7500 
32                         2000 1000 3000 "5" "5" 0x00000100]
33         Pad[   16000 2500 
34                          7000 2500 
35                         2000 1000 3000 "6" "6" 0x00000100]
36         Pad[   16000 -2500 
37                          7000 -2500 
38                         2000 1000 3000 "7" "7" 0x00000100]
39         Pad[   16000 -7500 
40                          7000 -7500 
41                         2000 1000 3000 "8" "8" 0x00000100]
42         ElementLine[-18000 -9500 -18000  9500 1000]
43         ElementLine[-18000  9500  18000  9500 1000]
44         ElementLine[ 18000  9500  18000 -9500 1000]
45         ElementLine[-18000 -9500 -2500 -9500 1000]
46         ElementLine[ 18000 -9500  2500 -9500 1000]
47         # punt on the arc on small parts as it can cover the pads
48         ElementArc[0 -9500 2500 2500 0 180 1000]
49 )