bruxillensis

About

Username
bruxillensis
Joined
Visits
1
Last Active
Roles
Member

Comments

  • Hi Matthias, Thank you for your answer, I will proceed with the global variables then. I thought maybe using the _unmanage method on these objects would preserve them, but I guess the python reference is still deleted and only the C++ object is re…
  • Here is an example of what is in the python module: def registerToolbarItems(): import os from .lumerical import interconnect path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "files", "INTERCONNECT_icon.png") …
  • Hey David, Thank you for the feedback. I wasn't able to find a TypeList definition in the documentation! I was searching for TypeArray, forgot I was using Python I guess. I will definitely post an update once complete, your answers have been very h…
  • David, Thank you for the code, Ruby totally is fine, I'll see what I can come up with based on this. To some of your points: what I am working on is an extension of Lukas' waveguide routing tool, but like his, is not reconfigurable after the path …