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.

Ansys Learning Forum Forums Discuss Simulation Photonics How to select the options of a dropdrown menu with lumerical scipt? Reply To: How to select the options of a dropdrown menu with lumerical scipt?

Dev
Ansys Employee

Hello, You can use this script (here I am setting wavelength from 1500-1600nm):

set('set simulation bandwidth',true);
set('simulation wavelength min',1.5e-6);
set('simulation wavelength max',1.6e-6);

Thanks 

Devika

[bingo_chatbox]