Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

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.

 

 

[bingo_chatbox]