// // file: tssop_12 // // date: Tuesday 15-Dec-2015 for Hub // 27-May-2016 pull in the local fiducals by 0.8 mm // // // This version of the TSSOP_12 will be used for the // Linear Technology LTC4315 I2C Buffer/Translator on the Hub Module. // // I will use the pad size and spacing data from the Linear Technology // for their MSOP-12 packages. Executive summary: // // pin pitch 0.65 mm // pads 1.00 mm x 0.40 mm // ctc pad space 4.30 mm // // // The long axis of the part is vertical in this geometry. // Pin #1 is at the upper left-hand corner, i.e. NW. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("TSSOP_12_PAD", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$TSSOP_12_PAD']); $$point_mode(@vertex); $$polygon( "PAD", , [ 0.50, 0.20, -0.50, 0.20, -0.50, -0.20, 0.50, -0.20 ]); $$polygon( "SOLDER_MASK", , [ 0.55, 0.25, -0.55, 0.25, -0.55, -0.25, 0.55, -0.25 ]); $$polygon( "PASTE_MASK", , [ 0.50, 0.20, -0.50, 0.20, -0.50, -0.20, 0.50, -0.20 ]); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("tssop_12", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$tssop_12']); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "1.20", , @scale , , [0.0, 0.0] ); // // Setup the Component Placement Outline for the tssop_12 // $$initial([ 3.00, 2.20 ], , @nosnap ); $$terminal([ -3.00, 2.20 ] ); $$terminal([ -3.00, -2.20 ] ); $$terminal([ 3.00, -2.20 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Silkscreen: Horz Bot, Vert Right, Horz Top, Diag, Vert Left $$path( "SILKSCREEN", 0.20 , , [ -1.30, -2.20, 1.30, -2.20 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.30, -2.20, 1.30, 2.20 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.30, 2.20, -0.30, 2.20 ] ); $$path( "SILKSCREEN", 0.20 , , [ -0.30, 2.20, -1.30, 1.20 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.30, 1.20, -1.30, -2.20 ] ); // // Pin #1 Marker // $$circle( "SILKSCREEN", -3.3, 2.3, 0.5, 0.20 ); $$circle( "SILKSCREEN", -3.3, 2.3, 0.3, 0.20 ); // // Reference Designator // $$text( "SILKSCREEN", "^$ref", 0.0, 0.0, 2.0, @CC, 90, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // Setup the Local Fiducal Marks // $$circle( "PAD", 0.00, 2.60, 1.0, 0.0); $$circle( "SOLDER_MASK", 0.00, 2.60, 1.3, 0.0); $$circle( "PAD", 0.00, -2.60, 1.0, 0.0); $$circle( "SOLDER_MASK", 0.00, -2.60, 1.3, 0.0); // // Define the pins // $$attribute( "COMPONENT_PIN_DEFINITION", "12", , @scale , , [ 2.150, 1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "12,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "11", , @scale , , [ 2.150, 0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "11,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "10", , @scale , , [ 2.150, 0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "10,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "9", , @scale , , [ 2.150, -0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "9,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "8", , @scale , , [ 2.150, -0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "8,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "7", , @scale , , [ 2.150, -1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "7,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [ -2.150, -1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "6,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ -2.150, -0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ -2.150, -0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ -2.150, 0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ -2.150, 0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2,TSSOP_12_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -2.150, 1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,TSSOP_12_PAD");