QCoDeS / Qcodes_contrib_drivers

A collection of community-contributed QCoDeS drivers for instruments
https://qcodes.github.io/Qcodes_contrib_drivers/
MIT License
46 stars 81 forks source link

Integration for Thorlabs .NET API with QCoDeS drivers #267

Open DCEM opened 10 months ago

DCEM commented 10 months ago

This pull request introduces drivers for the QCoDeS framework, enabling control of Thorlabs devices via the Thorlabs .NET API. The integration aims to provide a structured and extendable approach to instrument control within QCoDeS.

What's Included:

Current Status: The API-structured classes are foundational but not complete. They can be expanded with more features and support for additional devices.

Further Information: Detailed implementation notes can be found in the README at ...Thorlabs/private/DotNetAPI/README.md.

Acknowledgments: Although the project direction shifted towards the .NET API implementation I want to extend my gratitude to @julienbarrier for the preliminary discussions around the C API implementation.