# pcblander file for SO_14 land pattern # Entered by swm include("landutils.inc") include("constraints.inc") # define package pad_type = "pad" pad_shape = "rectangular" pad_width = 2.2 mm pad_height = 0.6 mm pitch_y = 1.27 mm define("pad_gap", 3mm) # make pads array(-(pad_gap + pad_width)/2, 0, {}, {1:7}) # left side array( (pad_gap + pad_width)/2, 0, {}, {14:8}) # right side # make silk brackets define("silkbox_height", 9.8 mm) define("silkbox_width", 8.3mm) silkbox_brackets(0,0, silkbox_width, silkbox_height) # label pin one (at upper left) silk1(-(silkbox_width/2 + 0.5mm), pitch_y * 3, pad_height, silk_thickness) mywriteland("SO_14")