// // File: aka_0mm50 // // Date: 27-June-2024 original for DK copied from aka_1mm20 from Hub // // // // Geometry for the Also-Known-As component 0.50 mm versions. // --------------- ------- // // // Pin #1 is connected to Pin #2 of this component by a 0.50mm // trace on the BREAKOUT Layer. // // There is NO Reference Designator on the SilkScreen Layer. // // This component has the Not in BOM attribute. // // The long axis of this part is horizontal with pin #1 to the left. // // The "pads" for this component do NOT have an opening in the // Solder-Mask or in the Solder-Past_stencil. // // // This geometry was made for the DK design // based on a CMX geometry that was cleaned up for Hub. // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("AKA_0MM50_PAD", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$AKA_0MM50_PAD'] ); $$point_mode(@vertex); $$polygon( "PAD", , [ -0.25, -0.25, 0.25, -0.25, 0.25, 0.25, -0.25, 0.25 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("AKA_0MM50", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$AKA_0MM50'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [0.028, 0.0]); $$attribute( "COMPONENT_NOT_IN_BOM" ); // // Component Placement Outline for the aka_1mm20 // $$initial([ 0.60, 0.30 ], , @nosnap ); $$terminal([ -0.60, 0.30 ] ); $$terminal([ -0.60, -0.30 ] ); $$terminal([ 0.60, -0.30 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Now on the BREAKOUT Layer draw a trace to connect the two pads. $$path( "BREAKOUT", 0.50, , [ -0.30, 0.00, 0.30, 0.00 ]); // Define the two pins on the AKA_0MM50: // // pin #1 is to the left, pin #2 to the right, the axis is horizontal $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -0.30, 0.0 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, AKA_0MM50_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 0.30, 0.0 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, AKA_0MM50_PAD");