|
PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
|
MATRIX Array Level: 1
The <FOREACH> element allows you to do looping (on a section of matrix code).
| Description | ||
|---|---|---|
| Default | Loops thru all visible objects. <foreach select="default" > <foreach select="" > | |
| SelectionSet | Assign the name of a Selection set Loops thru all objects in the Selection set <foreach select="Set1" > | |
| Layers | Loops through Layers. <foreach select="Layers" > | |
| Apertures | Loops through Apertures. <foreach select="Apertures" > | |
| Tools | Loops through availalbe NC Tools. <foreach select="Apertures" > | |
| Centroids | Loops through Centroids. <foreach select="Centroids" > | |
| Nets | Loops through Nets. <foreach select="Nets" > | |
| ExternalNets | Loops through External Nets. <foreach select="ExternalNets" > | |
| BOM | Loops through Bom List. <foreach select="BOM" > | |
| Packages | Loops through Component Packages. <foreach select="Packages" > | |
| Jobs | Loops through Jobs. <foreach select="Jobs" > | |
| Description | ||
|---|---|---|
| __index | Current array iterator value starting at 0 | |
| __total | Total size of the array. | |
XML example: