How to change the waveguide width #257
Replies: 1 comment
-
Hey, You can change the waveguide width by updating the WAVEGUIDE.xml specification file. This is where all the parameters for your waveguide are stored. Do note that the CML in the model in Interconnect includes a model that spans [0.3 - 3] um, so unless you use your own model of waveguides, the circuit simulation will only work in this range. The waveguide specification file (WAVEGUIDE.xml) is stored in the KLayout/SiEPIC installation folder, you can find it in Windows as: The typical waveguide specification will have this format:
Each element in a 'component' tag will define something that gets drawn on the layout, so you can simultaneously draw several layers at a time, each with a different width. In your case, if you need to change the waveguide width you will have to change the value in several places. In this example, you will need to at least change it in line 7
I hope this helps 👍🏽 |
Beta Was this translation helpful? Give feedback.
-
Hey, What is the proper way to change the width of a waveguide in K-layout?
Beta Was this translation helpful? Give feedback.
All reactions