// // file: via_0mm65 // // date: 10-Apr-2013 // 23-May-2016 remove the "tent" // // // Standard Small Routing Via for the CMX card. // // 0.30 mm finished hole diameter // 0.65 mm land pad // 1.00 mm plane relief // 0.50 mm solder mask relief // // --> ring width 0.175 mm // // --> plane isolation Air Gap 0.175 mm // from the pad // // // This via is not "Tented", i.e. it has solder mask relief // $$lock_windows(@on); $$create_via("via_0mm65"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'VI$via_0mm65'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUVIA_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.30, 0.0 ]); $$circle( "SIGNAL", 0.0, 0.0, 0.65, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.00, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 0.50, 0.0 );