// // file: via_2mm2_hv // // date: 17-July-2024 make via_2mm2_hv // from the 19-Oct-2016 version of via_2mm2 // // // "High Voltage" Power Routing Via for the Disco board. // // 1.10 mm finished hole diameter // 2.20 mm land pad // 3.50 mm plane relief // 1.50 mm solder mask relief // // --> ring width 0.55 mm // // --> plane isolation Air Gap 1.20 mm // from edge of Drill Hole // ---------------------- // // // This via is not "Tented", i.e. it has solder mask relief // $$lock_windows(@on); $$create_via("via_2mm2_hv"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'VI$via_2mm2_hv'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUVIA_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 1.10, 0.0 ]); $$circle( "SIGNAL", 0.0, 0.0, 2.20, 0.0 ); $$circle( "POWER", 0.0, 0.0, 3.50, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 1.50, 0.0 );