simon_ch

About

Username
simon_ch
Joined
Visits
26
Last Active
Roles
Member

Comments

  • Any command I could use to create some sort of "dump file" or something that could help?
  • Hi Matthias, It's taken a while to come back to this (only four years) but I've finally had a go and I'm a bit stuck. Issue 1: I'm using the marker thing. All the other uses of it use what looks like a scaling of 1.0/layout().dbu(). When I try thi…
  • That's it! Thanks - although feeling a bit silly for missing that in the documentation...
  • Ok - found out how to get the window - in Python. Using App.topLevelWidgets you can search for the window by it's title. Once you have it you can move and resize it. I also found the documentation for the RDB classes on your website - so I can now …
  • Hi - figured out how to open the Marker Browser by directly activating the menu. mw.menu.action("tools_menu.browse_markers").trigger() However I need to get the window object of the Marker Browser to resize it and need to figure out how …
  • Hi Matthias, Kazz, I'm trying to compile version 0.24.4 for Yosemite and I've run into a problem. Any ideas? My build command is: ./build.sh -with-qtbinding -qtbin /opt/local/libexec/qt4/bin -qtinc /opt/local/libexec/qt4/include -qtlib /opt/local…
  • Hi, I've arrived at a workable solution - but I'm guessing that the authors could improve upon it. My solution is based upon the assumption that m_from and m_to are essentially garbage unless the appropriate RegionIterator constructor is called. …
  • Hello Again, I think I've chased this rabbit about as far as I can without some advice from the original author or at least someone who understands how this works. The problem seems to be in RegionIterator::at_end() which is used in for loops to d…
  • I figured out the above problem. It's the dodgy strm2gds and other utilities failing and crashing make before it can recompile the Ruby scripts. Now that is sorted I think I have found where the problem may be. In the "p=input(1)" line t…
  • Hi, Thanks for your input. To start with I'm trying to follow the code in Ruby - specifically in "drc.lym". I can't seem to change klayout's behaviour with any changes to this file. How does this file get attached to klayout? Is it in…
  • Hi Kazzz, Thank you very much for your help. By following your instructions I was able to build KLayout such that I could view layout correctly. However I still have the DRC issue - even the most basic functionality seems broken. Example 1: * S…
  • Hi there, I have found problems running DRC in KLayout for the Mac and have tried to build KLayout from source using the instructions on this page. At first I had a problem in that the build script seems to be looking in the wrong place for the &q…