de_set_step_and_repeat()

Sets variables for the Step and Repeat command. Returns: none.

NOTE
X and Y spacing is defined as the distance between the outer edges of the respective bounding boxes.

Syntax:

de_set_step_and_repeat(xSpacing, ySpacing, numRows, numCols[, connectFlag]);

where

xSpacing is the space between columns.

ySpacing is the space between rows.

numRows is the number of rows.

numCols is the number of columns.

connectFlag is an optional parameter, defaulted to FALSE. Set to TRUE if connection of overlapping pins and wire ends is desired. Note: in a large design, this increases the processing time.

Example:

de_step_and_repeat(0.125, 0.125, 2, 2, FALSE);

Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources