// // file: air_baffle_vert // // date: 3-Feb-2018 original for HTM // // // // This is the geometry for the // // Vertical Air Flow Control Baffle // // // This geometry includes the mounting holes for the // vertical air baffle which will be electrical pins // and are to be connected to the Ground Net. These // mounting holes are for 4-40 machine screws. // // The center of this geometry is in its physical center. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; $$create_component("Air_Baffle_Vert", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$Air_Baffle_Vert'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [ 10.0, 0.0 ]); $$attribute( "COMPONENT_NOT_IN_BOM" ); // // Component Placement Outline for the Hub FPGA Heat-Sink // $$initial([ -3.50, -50.00 ], , @nosnap ); $$terminal([ -3.50, 50.00 ] ); $$terminal([ 3.50, 50.00 ] ); $$terminal([ 3.50, -50.00 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [ -3.50, 50.00, 3.50, 50.00 ]); $$path( "SILKSCREEN", 0.20, , [ -3.50, -50.00, 3.50, -50.00 ]); $$path( "SILKSCREEN", 0.20, , [ 3.50, 50.00, 3.50, -50.00 ]); $$path( "SILKSCREEN", 0.20, , [ -3.50, 50.00, -3.50, -50.00 ]); // Reference Designator is on SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 0.0, 3.5, @CC, 90, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // Define the 4 pins aka mounting screw holes on the Air_Baffle_Vert // $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 0.00, 40.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, STD_4_40_SCREW_PIN"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 0.00, 0.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, STD_4_40_SCREW_PIN"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ 0.00, -40.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3, STD_4_40_SCREW_PIN");