From 91bda89a7d26eab96e57a2053a5ffe9e31601113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= <leviathan@libresilicon.com> Date: Mon, 27 Feb 2023 13:33:27 +0000 Subject: [PATCH] Revert "Adding name to the moves for easier navigation in KLayout" This reverts commit baa0c66baddf002df38b847b2cf2654f099a6790. --- DanubeRiver/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/DanubeRiver/__init__.py b/DanubeRiver/__init__.py index dd127fb..c0e9c6c 100644 --- a/DanubeRiver/__init__.py +++ b/DanubeRiver/__init__.py @@ -102,10 +102,7 @@ class DanubeTestWafer(gf.Component): # place structure xp = lph.value_to_grid(self.config, xpos) yp = lph.value_to_grid(self.config, ypos+row['h']-st.ysize) - stx = st.move([xp, yp]) - stx.name = st.name - st.name+="_" - strarea << stx + strarea << st.move([xp, yp]) # add to documentation if self.doc is not None: self.doc.add_cell(st,[xp, yp]) -- GitLab