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
September 20, 2024 at 3:29 pm
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.