PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
REF array (Store Matrix Objects)

MATRIX Array Level: 1

The Matrix REF array is used to store graphical objects that will be used at a later time.

Note
Easily insert the stored graphical objects using MATRIX_REF Reference (Attribute)
Fields in the FOREACH array
Description
NAME Name of the Reference array

XML example:

<!-- Define a reference Array: For bottom Silktext -->
<REF name="bottom_silk_object">
<ADD>
<JOB>@active</JOB>
<UNITS>INCH</UNITS>
<COMPOSITE>dark</COMPOSITE>
<TEXTSTYLE>@refdes_font</TEXTSTYLE>
<TEXTALIGN>cc</TEXTALIGN>
<TEXT>Silkscreen Bottom,__center_x,__center_y,@text_height,0,TRUE,__refdes,cc</TEXT>
</ADD>
</REF>
<matrix_ref name="bottom_silk_object" />