Numerical Matrix Format
User Reference
GDSII array

MATRIX Array Level: 1

The GDSII array imports a GDSII file.

Fields in the DXF array
Description
FILE Path to the GDSII file. The path may be either Absolute or Relative.
Cells=NAME,..., GDSII Cells to import. Must be comma separated. This is optional, and by default all cells are imported.
SeperateByDatatypes Separate layer for each layer/type pair.

Example: GDSII Array

GDSII{
FILE=chipdesigns/ix34323.gds
}

XML example:

<GDSII>
<FILE>chipdesigns/ix34323.gds</FILE>
</GDSII>

JSON example:

{
"GDSII": {
"FILE": "chipdesigns/ix34323.gds"
}
}