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?
September 26, 2023 at 6:45 pm
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