We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

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")