We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

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?

Devika Padmakumar Nair
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