Qcodes_contrib_drivers icon indicating copy to clipboard operation
Qcodes_contrib_drivers copied to clipboard

A collection of community-contributed QCoDeS drivers for instruments

Results 21 Qcodes_contrib_drivers issues
Sort by recently updated
recently updated
newest added

This is another backlog driver project that started before the recent (#244) Thorlabs merge. Unfortunately, this and #244 diverge in the design of the underlying glue code and also have...

- In the `driver` directory, we have changed the directory name from `Oxford` to `OxfordInstruments`. - Within `OxfordInstruments`, you will now find our QCoDeS driver, `Proteox.py`, and a `README.md` file...

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...

Add drivers for: 1. Keysight/Agilent N5183M microwave generator 2. NI-HSDIO devices 3. Yokogawa 7651 power supply 4. Anritsu68B microwave generator

Added driver for SignalCore SC5511B. Plenty of room for optimizations and new features but might be enough to get some other group up and running.

Dear all, I am not sure if I should post that here or on the zhinst repo. The code to reproduce the error: ```python from Qcodes_contrib_drivers.qcodes_contrib_drivers.drivers.ZurichInstruments.HF2LI import HF2LI hf2li =...

https://github.com/QCoDeS/Qcodes_contrib_drivers/blob/master/qcodes_contrib_drivers/drivers/SignalCore/SignalCore.py This driver only works for the SignalCore SC5521A -- I think it should be renamed from `SignalCore.py` to `SC5521A.py` so that other SignalCore drivers can be added with a...

Hello, this is an updated driver, allowing the segmented sweep type measurements. - Add `sxx_seg()` for the measurment - Add `freq_seg()` to sets VNA's segment table and updates segmented trace...

This PR significantly extends the capabilities of the Andor iDus camera driver. A fairly large part of the SDK is now covered. Since the central data parameter, `ccd_data`, is dynamic...