// // file: wurth_6969_744311470_geom.txt // // date: 27-May-2015 original version for the Hub Module // // 23-Feb-2016 fix the silkscreen layer // // 29-Jun-2016 change name of this Geometry to Wurth_6969_Ind // // // // This is the geometry for the Wurth series 744311470 // inductor. This is an 6969 size SMD inductor. As described // in this file the 2 pads are along the horizontal X axis. // // This geometry includes it own SMD pads that are // 2.70 mm wide in X by 2.20 mm high in Y. The centers // of the pads are 5.10 mm apart along the X axis. // // This series choke is used in the power filters // for the 2V5 supply to the MiniPODs and for other // applications on the Hub card. // // The Wurth 744311470 has a DC resistance of about // 19.5 mOhm and has a current capacity of 6.0 Amps. // It is provides 4.7 uH of inductance. Its self // resonant frequency is 33 MHz which implies a shunt // capacitance of about 4.9 pFd. The package foot // print is about 6.9 mm x 7.0 mm and is about // 4.0 mm tall. // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("wurth_744311470_pad", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$wurth_744311470_pad'] ); $$point_mode(@vertex); $$polygon( "PAD", , [ -1.350, -1.100, 1.350, -1.100, 1.350, 1.100, -1.350, 1.100 ] ); $$polygon( "SOLDER_MASK", , [ -1.400, -1.150, 1.400, -1.150, 1.400, 1.150, -1.400, 1.150 ] ); $$polygon( "PASTE_MASK", , [ -1.350, -1.100, 1.350, -1.100, 1.350, 1.100, -1.350, 1.100 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("Wurth_6969_Ind", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$Wurth_6969_Ind'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [ 1.20, 0.0 ]); $$template_line_style( @Solid ); $$initial([ -3.60, 3.45 ], , @nosnap ); $$terminal([ 3.60, 3.45 ] ); $$terminal([ 3.60, -3.45 ] ); $$terminal([ -3.60, -3.45 ] ); $$terminal([ -3.60, 3.45 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [ -3.50, 3.45, 3.50, 3.45 ]); $$path( "SILKSCREEN", 0.20, , [ -3.50, 3.45, -3.50, 1.50 ]); $$path( "SILKSCREEN", 0.20, , [ 3.50, 3.45, 3.50, 1.50 ]); $$path( "SILKSCREEN", 0.20, , [ -3.50, -3.45, 3.50, -3.45 ]); $$path( "SILKSCREEN", 0.20, , [ -3.50, -3.45, -3.50, -1.50 ]); $$path( "SILKSCREEN", 0.20, , [ 3.50, -3.45, 3.50, -1.50 ]); // Reference Designator is on SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 3.9, 1.5, @BC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // Define the 2 pins on the wurth_744311470_inductor // pin #1 is to the left and pin #2 is on the right both on the X axis. $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -2.550, 0.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, wurth_744311470_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 2.550, 0.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, wurth_744311470_pad");