// // file: rivet_via_0mm60 // // date: 28-July-2016 Original Version // // // // This is a Rivet Via component for connecting // ground planes together. // // // Rivet Via Design: NOTE: This is actually a Component // // // 0.30 mm finished hole diameter // 0.60 mm land pad // 0.87 mm plane relief // 0.50 mm solder mask relief // // --> ring width 0.150 mm // // --> plane isolation Air Gap 0.135 mm // from the pad // // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; // //---------------------------------------------------------------------------- // $$create_pin("Term_Rivet_Via_0mm60", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$Term_Rivet_Via_0mm60']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", "default"); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.30, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 0.60, 0.0 ); $$circle( "SIGNAL", 0.0, 0.0, 0.60, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 0.50, 0.0 ); $$circle( "POWER", 0.0, 0.0, 0.87, 0.0 ); // //---------------------------------------------------------------------------- // $$create_component("Rivet_Via_0mm60"); $$page(0.0, 0.0, 0.00, @mm, 0.0, 0.0, [0.0,0.0,'CO$Rivet_Via_0mm60'] ); $$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_0mm60 // $$initial([ -0.30, -0.30 ], , @nosnap ); $$terminal([ -0.30, 0.30 ] ); $$terminal([ 0.30, 0.30 ] ); $$terminal([ 0.30, -0.30 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // SilkSreen - None // // Reference Designator - None $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,Term_Rivet_Via_0mm60"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.0, 0.0 ]);