Hi spark_aeon,
To find out what's going on in a DRC script you can use the profile DRC function. That will provide you with the time spent and memory used for each function call.
verbose(true) is also useful in general debugging.
It seems you are ru…
Hi Adam,
Have you tried to use the raw mode as described in the documentation for the sized function ?
Merged semantics applies, i.e. polygons will be merged before the sizing is applied unless the layer was put into raw mode (see raw). On output,…
Hi @hunter, Instead of clicking to open the Instance Properties window, you may want to use the keyboard shortcut. It's defined by default as q. That works well in combination with the space bar to switch between selected objects.
Hi hleduc,
Comments in this forum are better formatted with Markdown. Python code specifically is nicer to read when placed in a fenced code block, by placing triple backticks ``` before and after the code block.
The error is saying that the word…
Hi Alex,
On ubuntu 14.04 you can have both qt4 (used by klayout) and qt5 installed in parallel. To build klayout, make sure the libqt4-dev package is installed then the command is:
./build.sh -qtbin /usr/lib/x86_64-linux-gnu/qt4/bin -qtlib /usr/li…
Hi Matthias,
You probably know already, but just in case: you could migrate your repository to git first and then rewrite the history with git filter-branch to remove the sensitive files before publishing the cleaned up git repository. Hell, you co…