Photonics

Photonics

Topics related to Lumerical and more

Sweep in waveguide dimension

    • LuisAlbert
      Subscriber

      Hello everybody,

      I am simulating a straight waveguide, but right now I want to see the behavior of GVD as a function of the width of the waveguide. How can i do it? I know that I have to Sweep the waveguide dimension but I am struggling with that.

      I really appreciate your help.

    • Guilin Sun
      Ansys Employee
      You can write a simple script to sweep the width, and follow this example to get the result:
      https://support.lumerical.com/hc/en-us/articles/360034925153-frequencysweep-Script-command
      Please note that you when you do frequency sweep, you can just use the same frequency as the stop frequency as internally the software will get accurate result.
      Your script may look like this:
      define the width matrix with ND points
      define GVD result matrix
      for(n=1:ND) {
      modified online example;
      GVD(n)=D;
      }
      Please try.
Viewing 1 reply thread
  • The topic ‘Sweep in waveguide dimension’ is closed to new replies.