// File: array_8_resistor_0mm8_pitch_geom // // Date: 11-Nov-2012 // 09-Oct-2013 fix typo in silkscreen reference designator // 29-Sept-2015 setup for use in the Hub Module // // // Geometry: NET_8_RES // ----------- // // Resistor Network 8 Isolated Resistor 0.8mm Pitch // // CTS type 742C163 Resistor Network // // The long axis of this part is horizontal with pin #1 // on the bottom left. // // The Reference Designator is on the SilkScreen Layer. // // The 742C163 Resistor Array has 8 isolated resistors. // The pins across from each other, e.g. pins 1 & 16, // are connected to a common resistor. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("PAD_NET_8_RES", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$PAD_NET_8_RES'] ); $$point_mode(@vertex); $$polygon( "PAD", , [-0.225, -0.450, 0.225, -0.450, 0.225, 0.450, -0.225, 0.450] ); $$polygon( "SOLDER_MASK", , [-0.275, -0.500, 0.275, -0.500, 0.275, 0.500, -0.275, 0.500] ); $$polygon( "PASTE_MASK", , [-0.225, -0.450, 0.225, -0.450, 0.225, 0.450, -0.225, 0.450] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("NET_8_RES", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$NET_8_RES'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [0.028, 0.0]); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", , @scale , , [-3.40, 1.70, 3.40, 1.70, 3.40, -1.70, -3.40, -1.70]); $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [-3.40, 1.70, 3.40, 1.70]); $$path( "SILKSCREEN", 0.20, , [-3.40, -1.70, 3.40, -1.70]); $$path( "SILKSCREEN", 0.20, , [-3.40, 1.70, -3.40, -1.70]); $$path( "SILKSCREEN", 0.20, , [ 3.40, 1.70, 3.40, -1.70]); $$path( "SILKSCREEN", 0.20, , [-3.40, -1.80, -2.40, -1.80]); $$path( "SILKSCREEN", 0.20, , [-3.40, -1.90, -2.40, -1.90]); $$path( "SILKSCREEN", 0.20, , [-3.40, -2.00, -2.40, -2.00]); $$path( "SILKSCREEN", 0.20, , [-3.40, -2.10, -2.40, -2.10]); $$path( "SILKSCREEN", 0.20, , [-3.40, -2.20, -2.40, -2.20]); $$path( "SILKSCREEN", 0.20, , [-3.40, -2.30, -2.40, -2.30]); $$path( "SILKSCREEN", 0.20, , [-3.40, -1.70, -3.40, -2.30]); $$path( "SILKSCREEN", 0.20, , [-2.40, -1.70, -2.40, -2.30]); // Reference Designator is on the SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 1.9, 1.5, @BC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // Define the 16 pins on the CTS 742C163 Resistor Network NET_8_RES // // The long axis is horizontal, pin #1 is the lower left-hand corner. $$attribute( "COMPONENT_DEFAULT_PADSTACK", "PAD_NET_8_RES"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -2.800, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ -2.000, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ -1.200, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ -0.400, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ 0.400, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [ 1.200, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "7", , @scale , , [ 2.000, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "8", , @scale , , [ 2.800, -0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "16", , @scale , , [ -2.800, 0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "15", , @scale , , [ -2.000, 0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "14", , @scale , , [ -1.200, 0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "13", , @scale , , [ -0.400, 0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "12", , @scale , , [ 0.400, 0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "11", , @scale , , [ 1.200, 0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "10", , @scale , , [ 2.000, 0.850 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "9", , @scale , , [ 2.800, 0.850 ]);