// // file: rivet_via_1mm1 // // date: 5-Jan-2016 Original Version // // // // This is a Rivet Via component for connecting // ground planes together. // // // Rivet Via Design: NOTE: This is actually a Component // // 0.60 mm finished hole diameter // 1.10 mm land pad // 1.50 mm plane relief // // --> ring width 0.25 mm // // --> plane isolation Air Gap 0.20 mm from the pad // 0.45 mm from the drill hole // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; // //---------------------------------------------------------------------------- // $$create_pin("Term_Rivet_Via_1mm1", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$Term_Rivet_Via_1mm1']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", "default"); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.60, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 1.10, 0.0 ); $$circle( "SIGNAL", 0.0, 0.0, 1.10, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 1.10, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.50, 0.0 ); // //---------------------------------------------------------------------------- // $$create_component("Rivet_Via_1mm1"); $$page(0.0, 0.0, 0.00, @mm, 0.0, 0.0, [0.0,0.0,'CO$Rivet_Via_1mm1'] ); $$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_1mm1"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.0, 0.0 ]);