// // file: tssop_12_no_paste_no_bom // // date: Tuesday 15-Dec-2015 for Hub // // 27-May-2016 pull in the local fiducals by 0.8 mm // // // Date: 21-Jan-2017 // // // Geometry for the TSSOP_12 component NO PASTE NOT IN BOM // ---------- -------- ---------- // // // This is a copy of the standard TSSOP_12 that was made on 21-Jan2017. // The only modifications are that it has: // // - No openings in the Solder Stencil // // - It has the "Not_In_BOM" attribute. // // // Note, that to remove the Solder Stencil Openings that this // version of the TSSOP_12 has its own pin/pad stack. // // Note, for all other details and comments see the // geometry for the standard TSSOP_12. // // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("TSSOP_12_PAD_NO_PASTE", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$TSSOP_12_PAD_NO_PASTE']); $$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_no_paste_no_bom", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$tssop_12_no_paste_no_bom']); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "1.20", , @scale , , [0.0, 0.0] ); $$attribute( "COMPONENT_NOT_IN_BOM" ); // // 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_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "11", , @scale , , [ 2.150, 0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "11,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "10", , @scale , , [ 2.150, 0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "10,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "9", , @scale , , [ 2.150, -0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "9,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "8", , @scale , , [ 2.150, -0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "8,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "7", , @scale , , [ 2.150, -1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "7,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [ -2.150, -1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "6,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ -2.150, -0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ -2.150, -0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ -2.150, 0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ -2.150, 0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2,TSSOP_12_PAD_NO_PASTE"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -2.150, 1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,TSSOP_12_PAD_NO_PASTE");