// // file: rivet_via_1mm3 // // date: 4-Sept-2024 Original Version // // // // This is a Rivet Via component for connecting // ground planes together. It uses a 0.70 mm drill. // // // Rivet Via Design: NOTE: This is actually a Component // // 0.70 mm finished hole diameter // 1.30 mm land pad // 1.60 mm plane relief // // --> ring width 0.300 mm // // --> plane isolation Air Gap 0.150 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_1mm3", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$Term_Rivet_Via_1mm3']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", "default"); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.70, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 1.30, 0.0 ); $$circle( "SIGNAL", 0.0, 0.0, 1.30, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 1.30, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.60, 0.0 ); // //---------------------------------------------------------------------------- // $$create_component("Rivet_Via_1mm3"); $$page(0.0, 0.0, 0.00, @mm, 0.0, 0.0, [0.0,0.0,'CO$Rivet_Via_1mm3'] ); $$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.65, -0.65 ], , @nosnap ); $$terminal([ -0.65, 0.65 ] ); $$terminal([ 0.65, 0.65 ] ); $$terminal([ 0.65, -0.65 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // SilkSreen - None // // Reference Designator - None $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,Term_Rivet_Via_1mm3"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.0, 0.0 ]);