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 Setting variables of “::model” in FDTD using Python script Reply To: Setting variables of “::model” in FDTD using Python script

Guilin Sun
Ansys Employee

 

Again, you have to first test how to set new properties using Script. FOr exmaple:

select(“::model”);adduserprop(“radius1”,2,0.6e-6);

Python can only manipulate when Lumerical script works.