The dock button and the Text Editor write violations into the violation list. output adds extra geometry layers. check … -> gds, dt also writes that check onto a GDS layer.
check … -> gds, dtAvailable · yields marker GDS
check "W" "min width" : width(m1) < 0.14 um -> 200, 0
In addition to the standard marker layers of this check: output on GDS layer/datatype. Pairs become polygons.
Notes
ongrid, dummy): a 2×2 dbu box around the point when there are fewer than 3 unique vertices.output name gds, dtAvailable · yields GDS layer
output dummy 99, 0
Writes the layer (fill, helper geometry) into the result GDS, not as a violation, as long as no check runs on it.
Notes
output name "kat" "text"Available · yields report
output nar "width" "too narrow"
Report category for a layer (text). The geometry stays the layer.
Notes
report / targetAvailable · yields files
report "file.rdb"
target "out.gds"
report and target write a marker GDS (result layers plus violation polygons), except when the path ends in .rdb: then KLayout RDB XML (µm coordinates, one category per rule). Relative paths are resolved against the deck baseDir.
Notes
.rdb (any case) selects the RDB format; any other extension stays marker GDS.