We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

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