// // file: wrap_1mm1 // // date: 17-June-2013 // // // // Single pin connection component 0.6 mm finished hole diameter // 1.1 mm land pad // // This is a middle size hole single pin component for // the CMX design. It will be used for test-points. // // // // Pad design: // // 0.60 mm finished hole diameter // 1.10 mm land pad // 1.60 mm plane relief // // --> ring width 0.25 mm // // --> plane isolation Air Gap 0.25 mm // from the pad // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("term_wrap_1mm1", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$term_wrap_1mm1']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", "default"); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 0.6, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 1.1, 0.0 ); $$circle( "SIGNAL", 0.0, 0.0, 1.1, 0.0 ); $$circle( "SOLDER_MASK", 0.0, 0.0, 1.1, 0.0 ); $$circle( "POWER", 0.0, 0.0, 1.6, 0.0 ); //---------------------------------------------------------------------------- $$create_component("wrap_1mm1"); $$page(0.0, 0.0, 0.00, @mm, 0.0, 0.0, [0.0,0.0,'CO$wrap_1mm1'] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", , @scale , , [ -1.0, 1.0, 1.0, 1.0, 1.0, -1.0, -1.0, -1.0 ]); $$point_mode(@vertex); $$path( "SILKSCREEN", 0.20 , , [ 1.10, 1.10, -1.10, 1.10 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.10, 1.10, -1.10, -1.10 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.10, -1.10, 1.10, -1.10 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.10, -1.10, 1.10, 1.10 ] ); // Reference Designator is on SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 0.0, 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_1mm1"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.0, 0.0 ]);