// file: fuse_smd_side_ref // // Original Date: 22-Apr-2014 // Current Date: 19-Oct-2016 // // // Geometry for Littlefuse SMF Nano2 Omni-Blok fuse block Series 154 // // This version is for the Hub Module card. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("FUSE_424X382", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$FUSE_424X382']); $$point_mode(@vertex); $$polygon( "PAD", , [ 2.20, 1.91, -2.20, 1.91, -2.20, -1.91, 2.20, -1.91 ]); $$polygon( "SOLDER_MASK", , [ 2.25, 1.96, -2.25, 1.96, -2.25, -1.96, 2.25, -1.96 ]); $$polygon( "PASTE_MASK", , [ 2.20, 1.91, -2.20, 1.91, -2.20, -1.91, 2.20, -1.91 ]); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("fuse_smd", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$fuse_smd']); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "3.82", , @scale , , [0.0, 0.0] ); // // Component Placement Outline for the SMD FUSE // $$initial([ 5.50, 3.00 ], , @nosnap ); $$terminal([ -5.50, 3.00 ] ); $$terminal([ -5.50, -3.00 ] ); $$terminal([ 5.50, -3.00 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$path( "SILKSCREEN", 0.20 , , [-5.00, 3.00, 5.00, 3.00] ); $$path( "SILKSCREEN", 0.20 , , [-5.00, -3.00, 5.00, -3.00] ); $$path( "SILKSCREEN", 0.20 , , [-5.00, 3.00, -5.00, 2.10] ); $$path( "SILKSCREEN", 0.20 , , [-5.00, -2.10, -5.00, -3.00] ); $$path( "SILKSCREEN", 0.20 , , [ 5.00, 3.00, 5.00, 2.10] ); $$path( "SILKSCREEN", 0.20 , , [ 5.00, -2.10, 5.00, -3.00] ); $$text( "SILKSCREEN", "^$ref", -6.0, 0.0, 2.0, @CR, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [-3.19, 0.00]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, FUSE_424X382"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 3.19, 0.00]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, FUSE_424X382");