You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use load_Waveguides() to get WG options for pcells. But when there are multiply technologies in klayout, the get_technology() not always return the correct technology. Suggest to add a function called load_Waveguides_by_Tech(tech_name). And pcell can call this function and get correct technology consistently.
The text was updated successfully, but these errors were encountered:
Hmm. Doesn’t get_technology() return the currently active technology, for the current view? If not, perhaps we should fix it.
Please feel free to add the function you describe, and do a pull request on GitHub.
We want to use load_Waveguides() to get WG options for pcells. But when there are multiply technologies in klayout, the get_technology() not always return the correct technology. Suggest to add a function called load_Waveguides_by_Tech(tech_name). And pcell can call this function and get correct technology consistently.
The text was updated successfully, but these errors were encountered: