Ansys Learning Forum Forums Discuss Simulation Photonics Problem Connecting to Lumerical via Python Reply To: Problem Connecting to Lumerical via Python

Lito
Ansys Employee
Please send a screenshot of your license configuration.
When you use the Lumerical bundled python and run the script from the CAD/GUI, do you have the same issue?
Run the python script below from the CAD to see if the issue happens.
import lumapi
lumapi.open
fdtd = lumapi.FDTD fdtd.addfdtd fdtd.addring fdtd.addmesh fdtd.save("mytestpy.fsp")
Send us the screenshot of the error when running the above script from the CAD.
Best,
Lito