// // file: via_0mm79 // // date: 29-June-2024 Original version for DK 50 Ohm Analog traces // // // Standard Routing Via for the DK 50 Ohm Analog signals // // 0.40 mm drill diameter // 0.79 mm land pad // 1.18 mm plane relief // 0.60 mm solder mask relief // // --> ring width 0.195 mm // // --> plane isolation Air Gap 0.195 mm // from the pad // // --> plane isolation Air Gap 0.39 mm // from edge of the Drill Hole // // // This via is not "Tented", i.e. it has solder mask relief // $$lock_windows(@on); $$create_via("via_0mm79"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'VI$via_0mm79'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUVIA_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.40, 0.0 ]); $$circle( "SIGNAL", 0.0, 0.0, 0.79, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.18, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 0.60, 0.0 );