MATRIX Array Level: 1
The JOBFILE array imports any number of Job files. Job files are generated by FAB 3000
- Note
- The Job file saves time because you do not need to define LAYER array or GERBER array.
Fields in the JOBFILE array
| Description |
FILE | Path to the Job file. The path may be either Absolute or Relative. The can be unlimited number of Job files loaded. |
Example JOBFILE Array:
JOBFILE {
FILE=MergeFolder/pcb2311.job
FILE=C:/MergeFolder/pcb2312.job
}
XML example:
<JOBFILE>
<FILE>MergeFolder/pcb2311.job</FILE>
<FILE>C:/MergeFolder/pcb2312.job</FILE>
</JOBFILE>
JSON example:
"JOBFILE": {
"FILE": [
"MergeFolder/pcb2311.job",
"C:/MergeFolder/pcb2312.job"
]
}
- Note
- After importing a job file, a job name (without the extension .job) will now be available to add for any purpose such as panelization, insert, steprepeat, etc. In the example above, the two job names available would be: pcb2311 and pcb2312