// // file: via_gtx_blind // // date: 30-July-2013 // // Special Small 0.56mm Land Diameter routing via for the CMX card. // This via is used to route the 6.4 GHz GTX signals between either: // // Signal_1 to/from Singal_2 // Signal_1 to/from Signal_3 // // Note: This via has the "BURIED_VIA" attribute. // // // 0.25 mm finished hole diameter // 0.56 mm land pad // 1.00 mm plane relief // // --> ring width 0.155 mm // // --> plane isolation Air Gap 0.220 mm // from the pad // // // "Tented" via, i.e. no solder mask relief // $$lock_windows(@on); $$create_via("via_gtx_blind"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'VI$via_gtx_blind'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_BURIED_VIA_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.25, 0.0 ]); $$circle( "SIGNAL", 0.0, 0.0, 0.56, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.00, 0.0 ); // // $$circle( "SOLDER_MASK", 0.0, 0.0, 0.65, 0.0 );