tidy3d.plugins.klayout.DRCConfig#

class DRCConfig[source]#

Bases: Tidy3dBaseModel

Configuration for KLayout DRC.

Parameters:
  • gdsfile (Path) – The path to the GDS file to write the Tidy3D object to.

  • drc_runset (Path) – Path to the KLayout DRC runset file.

  • resultsfile (Path) – Path to the KLayout DRC results file.

  • verbose (bool) – Whether to print logging.

  • drc_args (dict[str, str] = {}) – Optional key/value pairs forwarded to KLayout as -rd <key>=<value> definitions.

Attributes

gdsfile#
drc_runset#
resultsfile#
verbose#
drc_args#