PCB Matrix Format
User Reference
|
MATRIX Array Level: 2
The ADD_OBJECT array allows users to add objects. Both CELL and UNITS are required for each ADD_OBJECT array.
Description | ||
---|---|---|
JOB | The name of the Job to add objects. If the cell is not defined it will be created. Required. Dynamic Job References are also supported. Note: If you wish to edit the active cell, use JOB=@ACTIVE Example: JOB=MyBoard1Panel | |
UNITS=VALUE | Units to use for this ADD_OBJECT array only. Choose from: mil mm cm inch um (default: mm) | |
CIRCLE=VALUE | Add a Circle using Center, OD, and optional ID. | |
RECTANGLE=VALUE | Add a Rectangle using Center, Width, and Height. | |
RECTANGLE2PT=VALUE | Add a Rectangle using 2 points. | |
ARC=VALUE | Add an ARC using Start, End, and Center points. | |
TEXT=VALUE | Add Text using Insert Point, Height, Angle, and Mirror. If TEXTALIGN or TEXTSTYLE is defined they will be used. | |
TEXTSTYLE=VALUE | Assign the font file (*.fnt) for a FAB 3000 Text Style. This Text style will be used for all following Text objects in this array unless it is changed. | |
TEXTALIGN=VALUE | Determine the alignment for TEXT. Choose from: upperLeft, centerLeft, bottomLeft, upperCenter, centerCenter, bottomCenter, upperRight, centerRight, bottomRight. (default: lowerleft) | |
POLYGON=VALUE | Adds a Polygon to the active cell. | |
LINE=VALUE | Adds a Line to the active cell. | |
PATH=VALUE | Adds a rounded Path to the active cell. | |
DRILL=VALUE | Add NC drill hit to the active cell. | |
NCPATH=VALUE or ROUT=VALUE | Adds a Rout Path to the active cell. For compatibility purposes you may use either ROUT or NCPATH | |
INSERT=VALUE | Add an insert to active cell.
INSERT=[Cell Name],[X],[Y],[ANGLE],[MIRROR] | |
STEPREPEAT=VALUE | Add an arrayed insert to active cell.
STEPREPEAT=[Cell Name],[X],[Y],[ROWS],[COLS],[ROW_DIST],[COLUMN_DIST],[ANGLE],[MIRROR] | |
INSERT_MATRIX=VALUE | Insert an existing matrix file the active cell. | |
STEPREPEAT_MATRIX=VALUE | Insert an existing matrix file the active cell using Array parameters.
STEPREPEAT_MATRIX=[Matrix File],[Insert X],[Insert Y],[Row Count],[Column Count],[Row Distance],[Column Distance],[Rotate],[Mirror] | |
COMPOSITE=VALUE | Determine whether all following objects will be added as either: Dark or Clear. The default is Dark. | |
ATTRIBUTE=VALUE | Assign an object attribute for all following objects.
ATTRIBUTE=[Name],[Value]
|
Example ADD_OBJECT Array: