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 35 36 37 38 39 40 41 42 43
|
# number of pads
# pad width in 1/1000 mil
# pad length in 1/1000 mil
# pad pitch 1/1000 mil
# seperation between pads on opposite sides 1/1000 mil
# X coordinates for the right hand column of pads (1/100 mils)
# pad clearance to plane layer in 1/100 mil
# pad soldermask width in 1/100 mil
# silk screen width (1/100 mils)
# figure out if we have an even or odd number of pins per side
# silk bounding box is -XMAX,-YMAX, XMAX,YMAX (1/100 mils)
# element_flags, description, pcb-name, value, mark_x, mark_y,
# text_x, text_y, text_direction, text_scale, text_flags
Element[0x00000000 "Mini-Circuits CD Style Package" "" "MINICIRCUITS_CD637" 0 0 -2000 -6000 0 100 0x00000000]
(
#
# Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags]
Pad[ -11750 -10000
-8250 -10000
6500 1000 7500 "1" "1" 0x00000100]
Pad[ -11750 0
-8250 0
6500 1000 7500 "2" "2" 0x00000100]
Pad[ -11750 10000
-8250 10000
6500 1000 7500 "3" "3" 0x00000100]
Pad[ 11750 10000
8250 10000
6500 1000 7500 "4" "4" 0x00000100]
Pad[ 11750 0
8250 0
6500 1000 7500 "5" "5" 0x00000100]
Pad[ 11750 -10000
8250 -10000
6500 1000 7500 "6" "6" 0x00000100]
ElementLine[-16000 -14250 -16000 14250 1000]
ElementLine[-16000 14250 16000 14250 1000]
ElementLine[ 16000 14250 16000 -14250 1000]
ElementLine[-16000 -14250 -2500 -14250 1000]
ElementLine[ 16000 -14250 2500 -14250 1000]
# punt on the arc on small parts as it can cover the pads
ElementArc[0 -14250 2500 2500 0 180 1000]
)
|