Files
pcb-elements/SO8-NDS9407
2018-01-31 22:04:29 -08:00

35 lines
1.3 KiB
Plaintext

# 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 "NDS9407" "" "SO8-NDS9407" 0 0 -2000 -6000 0 100 0x00000000]
(
#
# Pad[x1, y1, x2, y2, thickness, clearance, mask, name , pad number, flags]
Pad[ -10250 -4250
-10250 -750
8500 1000 3000 "S" "1" 0x00000100]
Pad[ -13500 7500
-7000 7500
2000 1000 3000 "G" "2" 0x00000100]
Pad[ 10250 4250
10250 -4250
8500 1000 3000 "D" "3" 0x00000100]
ElementLine[-15500 -9500 -15500 9500 1000]
ElementLine[-15500 9500 15500 9500 1000]
ElementLine[ 15500 9500 15500 -9500 1000]
ElementLine[-15500 -9500 -2500 -9500 1000]
ElementLine[ 15500 -9500 2500 -9500 1000]
# punt on the arc on small parts as it can cover the pads
ElementArc[0 -9500 2500 2500 0 180 1000]
)