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