// // File: minipod_meg_array_81 // // Date: // // 29-Jun-2016 Original Version of Meg_Array_81 Geometry // // // // Geometry Meg_Array_81 for BOM Only // ---------------------------------------- // // // // Introduction: // // This is a geometry that can be used for both the Hub's // MiniPOD Transmitter and Receiver when generating the // Bill of Materials file. // // When generating the Bill of Materials I want to use one // geometry for both the MiniPOD Transmitter and Receiber // so that they both appear as the same component type, // i.e. an 81 pin FCI Meg_Array connector in the BOM file. // // I also want to use a geometry name for the MiniPODs // that will appear as an 81 pin FCI Meg_Array connector // in the BOM and SMD placement files so that it will // make sense to the folks at the Assembly House. // // This Meg_Array_81 geometry will just have a pad for // each of its 81 pins. When this is used on the real // routed Hub design, Fablink will throw a ton of errors // when it starts up (dangling traces and such) but this // Meg_Array_81 does provide a target for all the nets // running to the MiniPODs so Fablink will not throw a // fatal error and one can generate a BOM file with it. // // // Note that this geometry includes: // // - A pad for all 81 pins. // // - Mounting Screw Holes that are pins on the device // // - A silkscreen outline // // - There is Not a hole for the MiniPOD Alignment Pin. // // // // // // Now start the "Meg_Array_81 Geometry // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@of1f) ; $$snap_orthogonal(@off) ; // //---------------------------------------------------------------------------- // // // For this Meg_Array_81 geometry I'm just using the // // MINIPOD_PAD and the STD_1_6MM_SCREW_PIN // // pin/pad stacks from the real MiniPOD Transmitter and // Receiver geometries. // // There are no additional pin/pad stacks defined in this file. // //---------------------------------------------------------------------------- // // // // Now start the actual description of the Meg_Array_81 Geometry // ----------------------------------------------------------------- // $$create_component("Meg_Array_81", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$Meg_Array_81']); $$point_mode(@vertex); $$attribute( "COMPONENT_HEIGHT", "14.50", , @scale , , [0.0, 0.0] ); // // Component Placement Outline for the Meg_Array_81 // $$initial([ 11.00, 9.35 ], , @nosnap ); $$terminal([ -11.00, 9.35 ] ); $$terminal([ -11.00, -9.35 ] ); $$terminal([ 11.00, -9.35 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // Outline for MEG Array socket // ------------------------------ // // Horizontal Lines $$path( "SILKSCREEN_1", 0.20 , , [ -5.565, 8.035, 5.565, 8.035 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 5.565, -8.035, -5.565, -8.035 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ -7.815, 3.75, -8.800, 3.75 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ -7.815, -3.75, -8.800, -3.75 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 7.815, 2.50, 8.800, 2.50 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 7.815, -2.50, 8.800, -2.50 ] ); // Vertical Lines $$path( "SILKSCREEN_1", 0.20 , , [ -7.815, 5.785, -7.815, 3.75 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ -7.815, -3.75, -7.815, -5.785 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 7.815, -5.785, 7.815, -2.50 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 7.815, 2.50, 7.815, 5.785 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ -8.800, 3.75, -8.800, -3.75 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 8.800, 2.50, 8.800, -2.50 ] ); // Diagonal Lines $$path( "SILKSCREEN_1", 0.20 , , [ -7.815, 5.785, -5.565, 8.035 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 7.815, 5.785, 5.565, 8.035 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 7.815, -5.785, 5.565, -8.035 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ -7.815, -5.785, -5.565, -8.035 ] ); // Pin #1 Marker $$circle( "SILKSCREEN_1", -6.30, 6.30, 0.6, 0.20 ); // // Outline for MiniPod // --------------------- // // Horizontal Lines $$path( "SILKSCREEN_1", 0.20 , , [ -9.475, 9.61, 9.475, 9.61 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 9.475, -9.61, -9.475, -9.61 ] ); // Vertical Lines $$path( "SILKSCREEN_1", 0.20 , , [ 11.275, 7.81, 11.275, -7.81 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ -11.275, -7.81, -11.275, 7.81 ] ); // Flat Optical Output Cable Location Hint $$path( "SILKSCREEN_1", 0.20 , , [ -2.00, 12.50, 2.00, 12.50 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ 2.00, 12.50, 2.00, 9.61 ] ); $$path( "SILKSCREEN_1", 0.20 , , [ -2.00, 12.50, -2.00, 9.61 ] ); // Circles in the 4 Corners $$circle( "SILKSCREEN_1", -9.475, 7.81, 3.6, 0.20 ); $$circle( "SILKSCREEN_1", 9.475, 7.81, 3.6, 0.20 ); $$circle( "SILKSCREEN_1", 9.475, -7.81, 3.6, 0.20 ); $$circle( "SILKSCREEN_1", -9.475, -7.81, 3.6, 0.20 ); // Reference Designator $$text( "SILKSCREEN_1", "^$ref", 0.0, -11.0, 2.0, @CC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // MEG Array Geometry Pad Layout for the Meg_Array_81 // ------------------------------------------------------ // // // Note that this pad layout places pin A1 in the upper // left-hand corner. // // // First include the two Mounting Screws. // These are pins SCRW1 and SCRW2 on this component. // ------------------------------------------------------ $$attribute( "COMPONENT_PIN_DEFINITION", "SCRW1", , @scale , , [ -9.475, 7.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "SCRW1, STD_1_6MM_SCREW_PIN"); $$attribute( "COMPONENT_PIN_DEFINITION", "SCRW2", , @scale , , [ 9.475, -7.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "SCRW2, STD_1_6MM_SCREW_PIN"); // "A" Row $$attribute( "COMPONENT_PIN_DEFINITION", "A1", , @scale , , [ -5.08, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A2", , @scale , , [ -3.81, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A3", , @scale , , [ -2.54, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A4", , @scale , , [ -1.27, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A5", , @scale , , [ 0.00, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A6", , @scale , , [ 1.27, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A7", , @scale , , [ 2.54, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A8", , @scale , , [ 3.81, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "A9", , @scale , , [ 5.08, 5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A9, MINIPOD_PAD"); // "B" Row $$attribute( "COMPONENT_PIN_DEFINITION", "B1", , @scale , , [ -5.08, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B2", , @scale , , [ -3.81, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B3", , @scale , , [ -2.54, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B4", , @scale , , [ -1.27, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B5", , @scale , , [ 0.00, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B6", , @scale , , [ 1.27, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B7", , @scale , , [ 2.54, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B8", , @scale , , [ 3.81, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "B9", , @scale , , [ 5.08, 3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B9, MINIPOD_PAD"); // "C" Row $$attribute( "COMPONENT_PIN_DEFINITION", "C1", , @scale , , [ -5.08, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C2", , @scale , , [ -3.81, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C3", , @scale , , [ -2.54, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C4", , @scale , , [ -1.27, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C5", , @scale , , [ 0.00, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C6", , @scale , , [ 1.27, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C7", , @scale , , [ 2.54, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C8", , @scale , , [ 3.81, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "C9", , @scale , , [ 5.08, 2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C9, MINIPOD_PAD"); // "D" Row $$attribute( "COMPONENT_PIN_DEFINITION", "D1", , @scale , , [ -5.08, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D2", , @scale , , [ -3.81, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D3", , @scale , , [ -2.54, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D4", , @scale , , [ -1.27, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D5", , @scale , , [ 0.00, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D6", , @scale , , [ 1.27, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D7", , @scale , , [ 2.54, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D8", , @scale , , [ 3.81, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "D9", , @scale , , [ 5.08, 1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D9, MINIPOD_PAD"); // "E" Row $$attribute( "COMPONENT_PIN_DEFINITION", "E1", , @scale , , [ -5.08, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E2", , @scale , , [ -3.81, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E3", , @scale , , [ -2.54, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E4", , @scale , , [ -1.27, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E5", , @scale , , [ 0.00, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E6", , @scale , , [ 1.27, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E7", , @scale , , [ 2.54, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E8", , @scale , , [ 3.81, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "E9", , @scale , , [ 5.08, 0.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E9, MINIPOD_PAD"); // "F" Row $$attribute( "COMPONENT_PIN_DEFINITION", "F1", , @scale , , [ -5.08, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F2", , @scale , , [ -3.81, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F3", , @scale , , [ -2.54, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F4", , @scale , , [ -1.27, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F5", , @scale , , [ 0.00, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F6", , @scale , , [ 1.27, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F7", , @scale , , [ 2.54, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F8", , @scale , , [ 3.81, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "F9", , @scale , , [ 5.08, -1.27 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F9, MINIPOD_PAD"); // "G" Row $$attribute( "COMPONENT_PIN_DEFINITION", "G1", , @scale , , [ -5.08, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G2", , @scale , , [ -3.81, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G3", , @scale , , [ -2.54, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G4", , @scale , , [ -1.27, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G5", , @scale , , [ 0.00, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G6", , @scale , , [ 1.27, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G7", , @scale , , [ 2.54, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G8", , @scale , , [ 3.81, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "G9", , @scale , , [ 5.08, -2.54 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G9, MINIPOD_PAD"); // "H" Row $$attribute( "COMPONENT_PIN_DEFINITION", "H1", , @scale , , [ -5.08, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H2", , @scale , , [ -3.81, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H3", , @scale , , [ -2.54, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H4", , @scale , , [ -1.27, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H5", , @scale , , [ 0.00, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H6", , @scale , , [ 1.27, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H7", , @scale , , [ 2.54, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H8", , @scale , , [ 3.81, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "H9", , @scale , , [ 5.08, -3.81 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H9, MINIPOD_PAD"); // "J" Row $$attribute( "COMPONENT_PIN_DEFINITION", "J1", , @scale , , [ -5.08, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J1, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J2", , @scale , , [ -3.81, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J2, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J3", , @scale , , [ -2.54, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J3, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J4", , @scale , , [ -1.27, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J4, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J5", , @scale , , [ 0.00, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J5, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J6", , @scale , , [ 1.27, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J6, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J7", , @scale , , [ 2.54, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J7, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J8", , @scale , , [ 3.81, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J8, MINIPOD_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "J9", , @scale , , [ 5.08, -5.08 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J9, MINIPOD_PAD");