// // file: rivet_via_1mm2 // // date: 24-Aug-2024 Original Version // // // // This is a Rivet Via component for connecting // ground planes together. It uses a 0.65 mm drill. // // // Rivet Via Design: NOTE: This is actually a Component // // 0.65 mm finished hole diameter // 1.20 mm land pad // 1.55 mm plane relief // // --> ring width 0.275 mm // // --> plane isolation Air Gap 0.175 mm from the pad // 0.450 mm from the drill hole // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; // //---------------------------------------------------------------------------- // $$create_pin("Term_Rivet_Via_1mm2", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$Term_Rivet_Via_1mm2']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", "default"); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.65, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 1.20, 0.0 ); $$circle( "SIGNAL", 0.0, 0.0, 1.20, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 1.20, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.55, 0.0 ); // //---------------------------------------------------------------------------- // $$create_component("Rivet_Via_1mm2"); $$page(0.0, 0.0, 0.00, @mm, 0.0, 0.0, [0.0,0.0,'CO$Rivet_Via_1mm2'] ); $$attribute( "COMPONENT_OUTLINE_OVERHANG", "no"); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_NOT_IN_BOM"); // // Component Placement Outline for the Rivet_Viw_1mm1 // $$initial([ -0.60, -0.60 ], , @nosnap ); $$terminal([ -0.60, 0.60 ] ); $$terminal([ 0.60, 0.60 ] ); $$terminal([ 0.60, -0.60 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // SilkSreen - None // // Reference Designator - None $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,Term_Rivet_Via_1mm2"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.0, 0.0 ]);