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 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.