Skip to content
Snippets Groups Projects
Commit 91bda89a authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

Revert "Adding name to the moves for easier navigation in KLayout"

This reverts commit baa0c66b.
parent 2a75b61b
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment