Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 764 Bytes

File metadata and controls

20 lines (13 loc) · 764 Bytes

Light_Control_and_Manipulation_Examples

Software examples for Thorlabs products that are used for the control and manipulation of light and its properties.

Repo Organization

All examples are split up by programming language and product type. Directions on using specific examples are given within the folders.

C# and C++ Soft Requirements

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 Requirements

Python examples make use of the ctypes module, which can be installed using the command

pip install ctypes

if ctypes is not installed already.