// // File: esd_diode_dfn_1610 // // Date: 26-June-2024 original version // // // Geometry for the ESD Diode versions of the DFN_1610 component. // // // This geometry file is for the Littelfuse SP0115-01UTG ESD diode. // // Note the required UTG in this part number. // // // The long axis of this part is horizontal with pin #1 to the left. // // The body of this part is 1.600 mm x 1.000 mm X,Y // // The pads for it are 0.580 mm x 1.000 mm X,Y // // The pads are spaced 1.120 mm center to center. // // The Reference Designator is on the SilkScreen Layer. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("dfn_1610_pad", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$dfn_1610_pad'] ); $$point_mode(@vertex); $$polygon( "PAD", , [ -0.29, -0.50, 0.29, -0.50, 0.29, 0.50, -0.29, 0.50 ] ); $$polygon( "SOLDER_MASK", , [ -0.34, -0.55, 0.34, -0.55, 0.34, 0.55, -0.34, 0.55 ] ); $$polygon( "PASTE_MASK", , [ -0.29, -0.50, 0.29, -0.50, 0.29, 0.50, -0.29, 0.50 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- // // Start the actual component geometry // $$create_component("ESD_DFN_1610", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$ESD_DFN_1610'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [0.028, 0.0]); // // Component Placement Outline for the ESD_DFN_1610 // $$initial([ -0.95, -0.60 ], , @nosnap ); $$terminal([ -0.95, 0.60 ] ); $$terminal([ 0.95, 0.60 ] ); $$terminal([ 0.95, -0.60 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [ -0.85, 0.75, 0.85, 0.75 ]); $$path( "SILKSCREEN", 0.20, , [ -0.85, -0.75, 0.85, -0.75 ]); // Reference Designator is on the SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 1.4, 1.4, @BC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // Define the two pins on the ESD_DFN_1610: // pin #1 is to the left, pin #2 to the right, the axis is horizontal $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -0.560, 0.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, dfn_1610_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 0.560, 0.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, dfn_1610_pad");