-
-
May 10, 2022 at 11:19 pm
LuisAlbert
SubscriberHello 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.
May 11, 2022 at 7:49 pmGuilin Sun
Ansys EmployeeYou 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.
Innovation SpaceTrending discussionsTop Contributors-
5649
-
1885
-
1403
-
1303
-
1021
Top Rated Tags© 2026 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-
Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.