// // File: esd_diode_sod_882 // // Date: 14-Nov-2023 original version // // // Geometry for the ESD Diode versions of the SOD_882 component. // // // This geometry file is for the Littelfuse SP0115-01ETG ESD diode. // // Note the required ETG 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.00 mm x 0.60 mm X,Y // // The pads for it are 0.325 mm x 0.650 mm X,Y // // The pads are spaced 0.650 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("sod_882_pad", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$sod_882_pad'] ); $$point_mode(@vertex); $$polygon( "PAD", , [ -0.17, -0.33, 0.17, -0.33, 0.17, 0.33, -0.17, 0.33 ] ); $$polygon( "SOLDER_MASK", , [ -0.22, -0.38, 0.22, -0.38, 0.22, 0.38, -0.22, 0.38 ] ); $$polygon( "PASTE_MASK", , [ -0.17, -0.33, 0.17, -0.33, 0.17, 0.33, -0.17, 0.33 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- // // Start the actual component geometry // $$create_component("ESD_SOD_882", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$ESD_SOD_882'] ); $$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_SOD_882 // $$initial([ -0.60, -0.40 ], , @nosnap ); $$terminal([ -0.60, 0.40 ] ); $$terminal([ 0.60, 0.40 ] ); $$terminal([ 0.60, -0.40 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [ -0.65, 0.55, 0.65, 0.55 ]); $$path( "SILKSCREEN", 0.20, , [ -0.65, -0.55, 0.65, -0.55 ]); // Reference Designator is on the SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 1.1, 1.4, @BC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // Define the two pins on the ESD_SOD_882: // pin #1 is to the left, pin #2 to the right, the axis is horizontal $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -0.332, 0.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, sod_882_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 0.332, 0.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, sod_882_pad");