// // file: wurth_com_mode_74466340007_geom // // date: 2-Feb-2018 original for HTM // // // // This is the geometry for the Wurth 74466340007 // common mode filter and is being used on the // 48 Volt ATCA power bus. It is rated for 5.25 Amps. // // Its overall size is about 25 mm in X by 16.5 mm in Y. // // This SMD inductor is about 11.5 mm tall. // // The 4 pads have their long axis on the horizontal X axis. // // This geometry includes it own SMD pads that are // 4.0 mm wide in X by 6.0 mm high in Y. The centers // of the pads are 23.6 mm apart along the X axis // and 10.0 mm apart along the Y axis. // This 700 uH choke is used on the ATCA 48 Volt bus. // // The Wurth 74466340007 has a DC resistance of // 30 mOhm typical, a maximum current capacity // of 5.25 Amps, and is rated for 250 V. // // The center of this geometry is in the center $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("wurth_cmm_pad", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$wurth_cmm_pad'] ); $$point_mode(@vertex); $$polygon( "PAD", , [ -2.00, -3.00, 2.00, -3.00, 2.00, 3.00, -2.00, 3.00 ] ); $$polygon( "SOLDER_MASK", , [ -2.05, -3.05, 2.05, -3.05, 2.05, 3.05, -2.05, 3.05 ] ); $$polygon( "PASTE_MASK", , [ -2.00, -3.00, 2.00, -3.00, 2.00, 3.00, -2.00, 3.00 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("Wurth_Com_Mode_Ind", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$Wurth_Com_Mode_Ind'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [ 11.50, 0.0 ]); // // Real physical size placement outline // // $$template_line_style( @Solid ); $$initial([ 12.40, 8.10 ], , @nosnap ); $$terminal([ -12.40, 8.10 ] ); $$terminal([ -12.40, -8.10 ] ); $$terminal([ 12.40, -8.10 ] ); $$terminal([ 12.40, 8.10 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [ -12.60, 8.30, 12.60, 8.30 ]); $$path( "SILKSCREEN", 0.20, , [ -12.60, -8.30, 12.60, -8.30 ]); $$path( "SILKSCREEN", 0.20, , [ 12.60, 8.30, 12.60, -8.30 ]); $$path( "SILKSCREEN", 0.20, , [ -12.60, 8.30, -12.60, -8.30 ]); $$circle( "SILKSCREEN", 0.00, 0.00, 15.5, 0.20 ); $$circle( "SILKSCREEN", 0.00, 0.00, 15.8, 0.20 ); // Pin #1 Marker $$circle( "SILKSCREEN_1", 14.00, 7.00, 0.4, 0.20 ); $$circle( "SILKSCREEN_1", 14.00, 7.00, 0.6, 0.20 ); $$circle( "SILKSCREEN_1", 14.00, 7.00, 0.7, 0.20 ); $$circle( "SILKSCREEN_1", 14.00, 7.00, 0.8, 0.20 ); // Reference Designator is on SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, -12.0, 2.0, @BC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // Define the 4 pins on the Wurth 74466340007 // Common Mode inductor // // pin #1 is in the Upper Righthand corner. // // Pins are numbered in the normal CCW rotation. // // As used on the HTM card: Pins 1 and 4 are the ATCA Bus Input // Pins 2 and 3 are the ouput power to load $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 10.30, 5.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, wurth_cmm_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ -10.30, 5.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, wurth_cmm_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ -10.30, -5.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3, wurth_cmm_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ 10.30, -5.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4, wurth_cmm_pad");