#
# Stagger model definition file.
# This file contains sample model definitions for staggering
# Compleat description of the file format may be found in 
# staggerig.doc file.
#

.radius     4
inch                  # File Default : All measurments are in inches 
                      #                if not explicitly stated otherwise

#        stagger mode  offset  alignment
.default : Z1           10     left   # File Default : will be used for
                                      # all smd rows which don't don't fall
				      # into one of the ranges listed in the
				      # selected model.

#				      
#####################################################################
#
#    Description :
#
#     In tight pitch and size situations place pads in the middle 
#     in less tight stagger in simple pattern   *   *
#                                             *   *
#
#     in all  other  stagger in   0121 pattern  *       *
#                                             *   *   *
#                                           *       *
######################################################################
#
# model name
.model standard {
#          stagger mode  offset  alignment
 .radius     5
 .default :  0121          1        right
 
#  pitch range  size range stagger mode offset  alignment
    1 - 5        1 - 5        L1           0     right
    1 - 5        5 - 10       L1           2     right
    1 - 5       10 - 20       Z1           5     right
    
    5 - 10       1 - 5        L1           0     right
    5 - 10       5 - 10      010           2     right
    5 - 10      10 - 20       Z1           5     right
}

#				      
#####################################################################
#
#    Description :
#
#     In tight pitch and size situations place pads on the inner 
#     edge of the row
#     in less tight stagger in simple pattern   *   *
#                                             *   *
#
#     in all  other  stagger in   121 pattern   *       *
#     on the inner side of the row            *   *   *
#                                           *       *
######################################################################
#
# model name
.model inside {
#          stagger mode  offset  alignment
 .radius     6
 .default :  12           2        right
 
#  pitch range  size range stagger mode offset  alignment
    1 - 5        1 - 5        L2           0     right
    1 - 5        5 - 10       L2           2     right
    1 - 5       10 - 20       Z1           5     right
    
    5 - 10       1 - 5        L2           0     right
    5 - 10       5 - 10      010           2     right
    5 - 10      10 - 20       Z1           5     right
}


#				      
#####################################################################
#
#    Description :
#
#     In tight pitch and size situations place pads on the outer 
#     edge of the row
#     in less tight stagger in simple pattern   *   *
#                                             *   *
#
#     in all  other  stagger in   121 pattern   *   *
#     on the outer side of the row            *   *  
#                                            
######################################################################
#
.model outside {
#          stagger mode  offset  alignment
 .radius     7
 .default :  Z2            2        right
 
#  pitch range  size range stagger mode offset  alignment
    1 - 5        1 - 5        L2           0     right
    1 - 5        5 - 10       L2           2     right
    1 - 5       10 - 20       Z2           5     right
    
    5 - 10       1 - 5        L2           0     right
    5 - 10       5 - 10      010           2     right
    5 - 10      10 - 20       Z2           5     right
}

# End file
