Skip to content

ansys/optical-automation

Repository files navigation

Optical Automation Library

Overview

The Optical Automation library gathers functionalities and tools for Ansys Speos, Zemax, and Lumerical automations and interoperations.

For Speos, this library allows you to create workflows combining different preprocessing and postprocessing modules.

Installation

To install the Optical Automation library, run this code in the Windows command prompt:

curl https://github.com/ansys/optical-automation/archive/refs/heads/main.zip -LJ  --output main.zip
tar -xf main.zip
move optical-automation-main\ansys_optical_automation "%AppData%\SpaceClaim\Published Scripts"

Documentation

You can read API documentation here: Ansys Optical Automation.

Examples

Examples on how to use the created modules you can find under application

Contribution

Contributions to this library are welcome. To learn how to contribute, see the Contribute document.

License

The Optical Automation library is licensed under the MIT license.

The full license can be found in the root directory of the optical-automation repository.