This last offering, "os.startfile(path)", works, but does not open a file in a layout when it is already running. This creates a bunch of confusing problems with multiples. Is there a way to open from the macro? I get the error: No overloa…
Is there a way to specify a different insertion point for the shapes? Like for instance say I have a shape created in a cell and I want to create a few different versions of the position of this cell using the python macros for automating changes. I…
This has become a much more daunting challenge. Maybe you can help me with a solution to a simpler problem.
Is there a way to break the shapes into more simplified forms such that there is no loss to the area of the original shape? Is there an easy…
In a similar vein to your labels comment, I am running into an issue with the names of the layers disappearing when I close my .gds file. Is that somehow related to the labels you mentioned?
I am getting the error, 'Polygon' object is not callable, so I had to correct to not expressedly call the polygon. Thank you for the support, as this is now working brilliantly.
import pyafrom pandas import DataFrame as DFclass AreaCalculator(pya.…
This is exactly the guidance I needed. I can clean-up the code in the previous post so that it is more succinct if preferred, and I will attach the finished code using your snippets once I get it working.
To summarize the previous issue: Since I am…