// // file: wrap_1mm0 // // date: 5-Dec-2016 // // // // Single pin connection component 0.5 mm finished hole diameter // 1.0 mm land pad // // This is a middle size hole single pin component for // the Hub Module design. It will be used for the // front panel Switch connections. // // This wrap wterm is designed so that they can // be placed at a distance of 1.25 mm from the center // of one to the center of the next. // // // // Pad design: // // 0.50 mm finished hole diameter // 1.00 mm land pad // 1.10 mm plane relief // // --> ring width 0.25 mm // // --> plane isolation Air Gap 0.30 mm // from the edge of the // Drill Hole // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("term_wrap_1mm0", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$term_wrap_1mm0']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", "default"); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.6, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 1.0, 0.0 ); $$circle( "SIGNAL", 0.0, 0.0, 1.0, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 1.1, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.1, 0.0 ); //---------------------------------------------------------------------------- $$create_component("wrap_1mm0"); $$page(0.0, 0.0, 0.00, @mm, 0.0, 0.0, [0.0,0.0,'CO$wrap_1mm0'] ); // // Component Outline // $$initial([ 0.6, 0.6 ], , @nosnap ); $$terminal([ -0.6, 0.6 ]); $$terminal([ -0.6, -0.6 ]); $$terminal([ 0.6, -0.6 ]); $$terminal([ 0.6, 0.6 ]); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$point_mode(@vertex); $$path( "SILKSCREEN", 0.20 , , [ 0.625, 0.625, -0.625, 0.625 ] ); $$path( "SILKSCREEN", 0.20 , , [ -0.625, 0.625, -0.625, -0.625 ] ); $$path( "SILKSCREEN", 0.20 , , [ -0.625, -0.625, 0.625, -0.625 ] ); $$path( "SILKSCREEN", 0.20 , , [ 0.625, -0.625, 0.625, 0.625 ] ); // // Reference Designator is on SILKSCREEN Layer. // $$text( "SILKSCREEN", "^$ref", 0.0, -1.1, 2.0, @CC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); $$attribute( "COMPONENT_OUTLINE_OVERHANG", "no"); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_NOT_IN_BOM"); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,term_wrap_1mm0"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.0, 0.0 ]);