// // file: wurth_7446630027_or_47_com_mode_geom // // date: 23-Jan-2023 original for Disco-Kraken // // // // This is Wurth component size: SH // // This is the geometry for the Wurth 7446630027 // or the Wurth 7446630047 common mode filter that // is being used on the 100 Volt power input bus. // // Wurth 7446630027 is: 27 mH 600 mA 1.2 Ohms (total or each side ?) // Wurth 7446630047 is: 47 mH 400 mA 2.6 Ohms (total or each side ?) // // These chokes are rated for 250 Volts. // // Its overall size is about 25 mm in X by 18.5 mm in Y. // // This SMD inductor is about 11.5 mm tall. // // // The center of this geometry is in the component's center. // The long axis of this component is along the X axis. // // The 4 pads have their long axis on the vertical Y 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 20.6 mm apart along the X axis // and 10.0 mm apart along the Y axis. // // One winding connects to pins 1 and 2 with the dot on pin 1 // the other winding connects to pins: 3 and 4 with the dot on pin 4 // $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, 8.80, 0.4, 0.20 ); $$circle( "SILKSCREEN_1", 14.00, 8.80, 0.6, 0.20 ); $$circle( "SILKSCREEN_1", 14.00, 8.80, 0.7, 0.20 ); $$circle( "SILKSCREEN_1", 14.00, 8.80, 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 7446630027 // or 7446630047 Common Mode inductor: // // pin #1 is in the Upper Righthand corner. // // Pins are numbered in the normal CCW rotation. // // This Common Mode choke is used with either: // // Pins 1 and 4 as the Power Input // Pins 2 and 3 connected to the Load // or // // Pins 1 and 4 connected to the Load // Pins 2 and 3 as the Power Input // $$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");