// // file: tssop_16 // // date: Friday 7-Dec-2012 12:00:00 // Tuesday 14-May-2024 some clean up for Disco-Kraken // // 16 pin TSSOP Layout // // On the CMX Card this is used for the // RS-232 Transceiver MAXIM Part No. MAX3232EUE+ // // On the DK board this is used for: 74AXC4T774 // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("TSSOP_16_PAD", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$TSSOP_16_PAD']); $$point_mode(@vertex); $$polygon( "PAD", , [ 0.80, 0.18, -0.80, 0.18, -0.80, -0.18, 0.80, -0.18 ]); $$polygon( "SOLDER_MASK", , [ 0.85, 0.23, -0.85, 0.23, -0.85, -0.23, 0.85, -0.23 ]); $$polygon( "PASTE_MASK", , [ 0.80, 0.18, -0.80, 0.18, -0.80, -0.18, 0.80, -0.18 ]); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("TSSOP_16", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$TSSOP_16']); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "1.20", , @scale , , [0.0, 0.0] ); // // Component Placement Outline for the 8 mm Gas Discharge Tube // $$initial([ -3.80, -2.70 ], , @nosnap ); $$terminal([ 3.80, -2.70 ] ); $$terminal([ 3.80, 2.70 ] ); $$terminal([ -3.80, 2.70 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // Silkscreen: Horz Bot, Vert Right, Horz Top, Diag, Vert Left // $$path( "SILKSCREEN", 0.20 , , [ -1.50, -2.00, 1.50, -2.00 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.50, -2.00, 1.50, 2.00 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.50, 2.00, 0.00, 2.00 ] ); $$path( "SILKSCREEN", 0.20 , , [ 0.00, 2.00, -1.50, 0.50 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.50, 0.50, -1.50, -2.00 ] ); // // Reference Designator // $$text( "SILKSCREEN", "^$ref", 0.0, 0.0, 2.5, @CC, 90, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // Box at Pin #1. // // 2x Horz inner $$path( "SILKSCREEN", 0.25 , , [-4.70, 3.10, -4.30, 3.10] ); $$path( "SILKSCREEN", 0.25 , , [-4.70, 2.70, -4.30, 2.70] ); // 2x Vert inner $$path( "SILKSCREEN", 0.25 , , [-4.70, 3.10, -4.70, 2.70] ); $$path( "SILKSCREEN", 0.25 , , [-4.30, 3.10, -4.30, 2.70] ); // 2x Horz outer $$path( "SILKSCREEN", 0.25 , , [-4.90, 3.30, -4.10, 3.30] ); $$path( "SILKSCREEN", 0.25 , , [-4.90, 2.50, -4.10, 2.50] ); // 2x Vert outer $$path( "SILKSCREEN", 0.25 , , [-4.90, 3.30, -4.90, 2.50] ); $$path( "SILKSCREEN", 0.25 , , [-4.10, 3.30, -4.10, 2.50] ); // // Setup the Local Fiducial Marks // //$$circle( "PAD_1", 0.00, 3.00, 1.0, 0.0); //$$circle( "SOLDER_MASK_1", 0.00, 3.00, 1.3, 0.0); //$$circle( "PAD_1", 0.00, -3.00, 1.0, 0.0); //$$circle( "SOLDER_MASK_1", 0.00, -3.00, 1.3, 0.0); // // Define the pins // $$attribute( "COMPONENT_PIN_DEFINITION", "16", , @scale , , [2.800, 2.275]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "16,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "15", , @scale , , [2.800, 1.625]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "15,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "14", , @scale , , [2.800, 0.975]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "14,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "13", , @scale , , [2.800, 0.325]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "13,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "12", , @scale , , [2.800, -0.325]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "12,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "11", , @scale , , [2.800, -0.975]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "11,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "10", , @scale , , [2.800, -1.625]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "10,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "9", , @scale , , [2.800, -2.275]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "9,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "8", , @scale , , [-2.800, -2.275]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "8,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "7", , @scale , , [-2.800, -1.625]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "7,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [-2.800, -0.975]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "6,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [-2.800, -0.325]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [-2.800, 0.325]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [-2.800, 0.975]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [-2.800, 1.625]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2,TSSOP_16_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [-2.800, 2.275]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,TSSOP_16_PAD");