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 Lumerical Python API with newest Linux version 8.6 Reply To: Lumerical Python API with newest Linux version 8.6

Lito
Ansys Employee
 

Consult IT if they checked the dependencies before installing Ansys Optics/Lumerical on the cluster? See the KB below or details.
    > Installing on a shared filesystem on Linux – Ansys Optics   

Did you try running the script I provided from the CAD/GUI >> Script file editor window as shown in the image on my previous post? ☝

import lumapi
fdtd = lumapi.FDTD()
fdtd.addfdtd()
fdtd.addring()
fdtd.addmesh()
fdtd.save("testapi.fsp")