Skip to content

Software examples for Thorlabs products used to control and manipulate light (e.g. polarization controllers, liquid crystal devices).

License

Notifications You must be signed in to change notification settings

ThorlabsMCalle/Light_Control_and_Manipulation_Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Software examples for Thorlabs products used to control and manipulate light (e.g. polarization controllers, liquid crystal devices).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 68.6%
  • Python 31.4%