// // file: wurth_com_mode_744272102_geom // // date: 17-Jan-2023 original for DK Brd // // // // This is the geometry for the Wurth 744272102 // common mode choke and is being used on the // 100 Volt input power bus on the Disco-Kraken. // // This common mode choke is: 1 mH on each side, // 0.18 Ohms on each side, rated for 950 mA // and has a leakage inductance of about 5.9 uH. // // The insulation test voltage is 1000 VAC. // // Its overall external size is about: // 10 mm in X by 8.7 mm in Y. // // This SMD inductor is about 6.5 mm tall. // // The 4 pads are square 2.7 mm on a side. // // This geometry includes it own SMD pads.The centers // of the pads are 7.62 mm apart along the X axis // and 6.22 mm apart along the Y axis. // // // The center of this geometry is in the center // // Pin #1 is in the NE corner and the pins are numbered // around the device in the normal CCW layout. // // Pins #1 and #2 are one winding. Pins #3 and #4 // are the other winding. // $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", , [ -1.35, -1.35, 1.35, -1.35, 1.35, 1.35, -1.35, 1.35 ] ); $$polygon( "SOLDER_MASK", , [ -1.40, -1.40, 1.40, -1.40, 1.40, 1.40, -1.40, 1.40 ] ); $$polygon( "PASTE_MASK", , [ -1.35, -1.35, 1.35, -1.35, 1.35, 1.35, -1.35, 1.35 ] ); $$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([ 5.25, 4.60 ], , @nosnap ); $$terminal([ -5.25, 4.60 ] ); $$terminal([ -5.25, -4.60 ] ); $$terminal([ 5.25, -4.60 ] ); $$terminal([ 5.25, 4.60 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Silkscreen - first a rectangle showing the perimeter // and a circle in the center for the core $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [ -5.45, 4.75, 5.45, 4.75 ]); $$path( "SILKSCREEN", 0.20, , [ -5.45, -4.75, 5.45, -4.75 ]); $$path( "SILKSCREEN", 0.20, , [ 5.45, 4.75, 5.45, -4.75 ]); $$path( "SILKSCREEN", 0.20, , [ -5.45, 4.75, -5.45, -4.75 ]); $$circle( "SILKSCREEN", 0.00, 0.00, 4.6, 0.20 ); $$circle( "SILKSCREEN", 0.00, 0.00, 4.8, 0.20 ); // Now a couple of silkscreen lines to indicate the // connections, i.e. the coils, in this common mode choke $$path( "SILKSCREEN", 0.20, , [ -2.00, 3.11, 2.00, 3.11 ]); $$path( "SILKSCREEN", 0.20, , [ -2.00, -3.11, 2.00, -3.11 ]); // Pin #1 Marker $$circle( "SILKSCREEN_1", 6.00, 5.35, 0.4, 0.20 ); $$circle( "SILKSCREEN_1", 6.00, 5.35, 0.6, 0.20 ); $$circle( "SILKSCREEN_1", 6.00, 5.35, 0.7, 0.20 ); $$circle( "SILKSCREEN_1", 6.00, 5.35, 0.8, 0.20 ); // Reference Designator is on SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 6.0, 2.0, @BC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // Define the 4 pins on the Wurth 744272102 // Common Mode inductor // // pin #1 is in the Upper Righthand corner. // // Pins are numbered in the normal CCW rotation. // // As used for example: Pins 1 and 4 could be the Input // Pins 2 and 3 could be the Load $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 3.81, 3.11 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, wurth_cmm_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ -3.81, 3.11 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, wurth_cmm_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ -3.81, -3.11 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3, wurth_cmm_pad"); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ 3.81, -3.11 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4, wurth_cmm_pad");