SiEPIC_EBeam_PDK icon indicating copy to clipboard operation
SiEPIC_EBeam_PDK copied to clipboard

load_Waveguides() doesn't pick the correct technology

Open JinWallner opened this issue 5 years ago • 1 comments

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.

JinWallner avatar Feb 13 '20 16:02 JinWallner

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.

On Feb 13, 2020, at 8:34 AM, JinWallner [email protected] wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lukasc-ubc/SiEPIC_EBeam_PDK/issues/208?email_source=notifications&email_token=ADY37AH2PLCQP27WOBA2PT3RCVZABA5CNFSM4KUWKRH2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4INKIM2Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADY37AAZW62DY5F56GL3AGLRCVZABANCNFSM4KUWKRHQ.

lukasc-ubc avatar Feb 13 '20 17:02 lukasc-ubc