rellachs

About

Username
rellachs
Joined
Visits
0
Last Active
Roles
Member

Comments

  • Hey Matthias, I do understand the difference of KLayout's integrated Python functionality vs. a generic Python installation plus the trick of accessing the site-packages of the generic one from within KLayout. :-) However, I wanted to point out t…
  • Hi Matthias, realizing that you used Python 3.4.2 (not 2.7), appending the "site-packages"-folder to "sys.path" plus having stderr refer to stdout did the trick for me (on Windows), but it's still a lot of manual work. I downlo…
  • Matthias, this preview is great and it helps me a lot since I'm not familiar with Ruby. I tried the PCell example and it worked a treat. However, I dearly miss NumPy for any kind of array operations. Doing numerical stuff (like calculating coordina…
  • Hi, I'm kind of having the same problem here while trying to create a simple layout from scratch (just one layer for starters). Basic idea: - create pattern, select, make cell from selection - instantiate several arrays of that pattern/cell in the…
  • In case you consider a path to be a line (width=0), how about: (1. Create path) 2. Open path properties (double click) 3. Select & copy all coordinates/points from the list --> [CTRL]+[A] --> [CTRL]+[C] (4. delete path) 5. create temporary…