// // // // Shape Edit Section of the // -==========----------------- // // Hub Module Printed Circuit Board Geometry File // -------------------------------------------------- // // // Area Fills on OTHER Layers // ---------------=======-------- // // // // Original Rev. 3-Feb-2016 // Current Rev. 10-Jan-2017 // // // Notes: // // - These are Area Fills because they are on OTHER Signal layer // in the Mentor design. // // - These fills are kept back at least 5 mm from the // top and bottom edges so that the area fills will not be // exposed when the top and bottom edges are milled to // allow this card to fit into the crate card guides. // // - These fills are kept back at least 1mm from the front // and back edges to comply with normal decorum. // // - As of 10-Jan-2017 there are 3 shapes defined in this file. // // // Shield under the ATCA Power Entry Module // Shield under the ATCA Isolated +12V Module // Shield between Hub and Rod // // // // Net: Shield_ATCA_Entry_Module // // Fill Layer: Signal_1 <---- // // Location: Fill under the ATCA Power Entry Module // // Resolution: Medium // $$initial([ 161.2, 39.5 ], , @nosnap ); // Start in the NE corner $$terminal([ 103.8, 39.5 ] ); // Go West across the Top $$terminal([ 103.8, 5.0 ] ); // Go Down the West edge $$terminal([ 161.2, 5.0 ] ); // Go East Across the Bottom $$terminal([ 161.2, 39.5 ] ); // Go Up the rest of the east edge and home $$path( "SHAPE_EDIT", 0.0 ); // // Net: Shield_ATCA_12V_Module // // Fill Layer: Signal_1 <---- // // Location: Fill under the ATCA Isolated +12V Module // // Resolution: Medium // $$initial([ 85.2, 40.0 ], , @nosnap ); // Start in the NE corner $$terminal([ 27.8, 40.0 ] ); // Go West across the Top $$terminal([ 27.8, 5.0 ] ); // Go Down the West edge $$terminal([ 85.2, 5.0 ] ); // Go East Across the Bottom $$terminal([ 85.2, 40.0 ] ); // Go Up the rest of the east edge and home $$path( "SHAPE_EDIT", 0.0 ); // // Net: Shield_Hub_ROD // // Fill Layer: Signal_1 <---- // // Location: Fill under the ROD // // Resolution: Medium // $$initial([ 235.5, 316.5 ], , @nosnap ); // Start in the NE corner $$terminal([ 34.5, 316.5 ] ); // Go West across the Top $$terminal([ 34.5, 215.5 ] ); // Go Down the West edge $$terminal([ 131.0, 215.5 ] ); // Go East part way Across the Bottom $$terminal([ 131.0, 222.3 ] ); // Go North above the Regulator Heat Sink Gnd $$terminal([ 154.0, 222.3 ] ); // Go further East $$terminal([ 154.0, 237.0 ] ); // Go further North $$terminal([ 191.0, 237.0 ] ); // Go further East $$terminal([ 191.0, 215.5 ] ); // Go back South $$terminal([ 235.5, 215.5 ] ); // Go East the rest of the way Across the Bottom $$terminal([ 235.5, 316.5 ] ); // Go Up the rest of the east edge and home $$path( "SHAPE_EDIT", 0.0 ); // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // // Repete the above on design layer $$path( "DIELECTRIC", 0.0 ); // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // // // Net: Shield_ATCA_Entry_Module // // Fill Layer: Signal_1 <---- // // Location: Fill under the ATCA Power Entry Module // // Resolution: Medium // $$initial([ 161.2, 39.5 ], , @nosnap ); // Start in the NE corner $$terminal([ 103.8, 39.5 ] ); // Go West across the Top $$terminal([ 103.8, 5.0 ] ); // Go Down the West edge $$terminal([ 161.2, 5.0 ] ); // Go East Across the Bottom $$terminal([ 161.2, 39.5 ] ); // Go Up the rest of the east edge and home $$path( "DIELECTRIC", 0.0 ); // // Net: Shield_ATCA_12V_Module // // Fill Layer: Signal_1 <---- // // Location: Fill under the ATCA Isolated +12V Module // // Resolution: Medium // $$initial([ 85.2, 40.0 ], , @nosnap ); // Start in the NE corner $$terminal([ 27.8, 40.0 ] ); // Go West across the Top $$terminal([ 27.8, 5.0 ] ); // Go Down the West edge $$terminal([ 85.2, 5.0 ] ); // Go East Across the Bottom $$terminal([ 85.2, 40.0 ] ); // Go Up the rest of the east edge and home $$path( "DIELECTRIC", 0.0 ); // // Net: Shield_Hub_ROD // // Fill Layer: Signal_1 <---- // // Location: Fill under the ROD // // Resolution: Medium // $$initial([ 235.5, 316.5 ], , @nosnap ); // Start in the NE corner $$terminal([ 34.5, 316.5 ] ); // Go West across the Top $$terminal([ 34.5, 215.5 ] ); // Go Down the West edge $$terminal([ 131.0, 215.5 ] ); // Go East part way Across the Bottom $$terminal([ 131.0, 222.3 ] ); // Go North above the Regulator Heat Sink Gnd $$terminal([ 154.0, 222.3 ] ); // Go further East $$terminal([ 154.0, 237.0 ] ); // Go further North $$terminal([ 191.0, 237.0 ] ); // Go further East $$terminal([ 191.0, 215.5 ] ); // Go back South $$terminal([ 235.5, 215.5 ] ); // Go East the rest of the way Across the Bottom $$terminal([ 235.5, 316.5 ] ); // Go Up the rest of the east edge and home $$path( "DIELECTRIC", 0.0 );