Software examples for Thorlabs products that are used for the control and manipulation of light and its properties.
All examples are split up by programming language and product type. Directions on using specific examples are given within the folders.
Guides written for these examples are written with Microsoft's Visual Studio in mind, which can be downloaded here. Other IDEs can be used, but instructions are not provided in this repository.
Python examples make use of the ctypes module, which can be installed using the command
pip install ctypes
if ctypes is not installed already.