Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration for Thorlabs .NET API with QCoDeS drivers #267

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DCEM
Copy link

@DCEM DCEM commented Nov 10, 2023

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:

  • Integration Manual: A guide for integrating Thorlabs devices with QCoDeS via .NET API
  • API Structure Classes: Classes that provide a framework mirroring the Thorlabs .NET API.
  • Drivers for BSCxxx and KDC101: Initial implementations for specific Thorlabs devices.

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.

DCEM and others added 2 commits November 10, 2023 15:43
This commit introduces a comprehensive manual for integrating the Thorlabs .NET API with QCoDeS instruments, alongside classes that provide a structured approach for device control and configuration.

Key Additions:
- **Thorlabs .NET API QCoDeS Integration Manual**: A guide providing extensive details on how to incorporate Thorlabs devices with QCoDeS, including terminologies, class structures, and practical examples.

- **ThorlabsBSCxxx**: A QCoDeS driver class for Thorlabs Benchtop Stepper Motor series BSCxxx, featuring methods for device and channel management through the .NET API.

- **ThorlabsBSCxxxChannel**: Channel class for Thorlabs BSCxxx Benchtop Stepper Motor, providing individual motor control and parameter setting via the .NET API.

- **ThorlabsKDC101**: A QCoDeS driver for Thorlabs KDC101 K-Cube Brushed DC Servo Motor Controllers, interfacing through the .NET API for device control and management.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant