// // File: aka_0mm50_60 // // Date: 29-June-2024 original for DK copied from aka_1mm20 from Hub // // // // Geometry for the Also-Known-As component 0.50 mm to 0.60 mm version. // --------------- ------------------ // // // Pin #1 is connected to Pin #2 of this component by a 0.60mm // 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. // // Pin #1 has a 0.50 x 0.50 mm pad. // Pin #2 has a 0.60 x 0.60 mm pad. // // Center to Center these pads are 0.76 mm apart. // // The "pads" for this component do NOT have an opening in the // Solder-Mask or in the Solder-Past_stencil. // // The Geometry for the 0.50 x 0.50 mm Pad comes from the // AKA component geometry aka_0mm50. // // 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_0MM60_PAD", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$AKA_0MM60_PAD'] ); $$point_mode(@vertex); $$polygon( "PAD", , [ -0.30, -0.30, 0.30, -0.30, 0.30, 0.30, -0.30, 0.30 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("AKA_0MM50_60", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$AKA_0MM50_60'] ); $$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.70, 0.35 ], , @nosnap ); $$terminal([ -0.70, 0.35 ] ); $$terminal([ -0.70, -0.35 ] ); $$terminal([ 0.70, -0.35 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Now on the BREAKOUT Layer draw a trace to connect the two pads. $$path( "BREAKOUT", 0.60, , [ -0.38, 0.00, 0.38, 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.38, 0.0 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, AKA_0MM50_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 0.38, 0.0 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, AKA_0MM60_PAD");