qudi icon indicating copy to clipboard operation
qudi copied to clipboard

(Legacy project) A modular laboratory experiment management suite, predecessor to qudi-core.

Results 91 qudi issues
Sort by recently updated
recently updated
newest added

Fixed two typing errors, where float values are passed to PyQt5 methods that expect integers. This issue leads to exceptions being thrown in (at least) Python 3.10.6 with PyQt5. The...

Fixes a typo in the format string for a NameError on a duplicate name. ## Description Fix the NameError so that is says e.g. 'New POI name "my-name" already present...

In core/garbage_collector.py, a QTimer's start method is called with a float argument which should be an int argument. Probably in earlier versions of Python/PyQt5 this was implicitly handled, but at...

Using the keysight power supply for power switches, so that one can control devices such as APD, MINI amplifers etc remotely. ## Description coded the hardware file of the Keysight...

## *What* is affected by this bug? The way I understand the `switch_combiner_interfuse` is that it allows several switch hardwares being operated in a single switch Gui. well in the...

# A new Qudi scientific spectrometer full chain for advanced spectroscopic usage ## Description This work is a continuation of PR #598 (which will be closed). We added a brand...

comp:spectrometer

## *What* is affected by this bug? I'm trying to use the NI USB-6212 DAQ card with Qudi to be able to do confocal scans. This DAQ card has just...

## Description The method perform_odmr_measurement was adjusted to fit in the multiple ranges and also save the fit in these ranges. Before the fit values were not changed for all...

Previously -1 was introduced as an indicator for all ranges combined. Now this is followed through the whole tool chain. ## Description This includes: - saving - display of the...

Interfaces for oscilloscopes and AWGs following the IVI specifications. Wrapper for python ivi instrument library. ## Description The IVI foundation has published industry specifications for interfaces to various instruments. Here...