gplugins.klayout.drc.write_drc.check_not_inside

gplugins.klayout.drc.write_drc.check_not_inside#

gplugins.klayout.drc.write_drc.check_not_inside(layer: str, not_inside: str, size: int | float | None = None) str[source]#

Checks for that a layer is not inside another layer.

Parameters:
  • layer – layer name.

  • not_inside – layer name.

  • size – optional layer size in um if float, dbu if int (nm).