Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
Not completely sure it we want to go this way. Taken from #4273 where its no longer needed
At the moment setuptools specific config in pyproject.toml is still considered experimental Setuptools 61 added experimental support for storring config in pyproject.toml - [ ] Wait for it to be...
### Steps to reproduce 1. Have two parameters, one that has float values, and one that has validator `Ints` 2. Try to do a 2D sweep of the two parameters...
Most of the scientific python echo system is dropping support for 3.7 so it makes sense for us to do so too. This is not to be merged until after...
Closes #1709 This fixes the case sensitivity issue that duplicate the Keysight folder with a lower case letter. While the net changes appear to just be the removal of the...
todo: - [ ] bind_to_instrument - [ ] inherit unit and label - [ ] Take care of the cache, e.g. Disable it :) - [ ] Smarter handling of...
This is not needed AFAIU.
This should remove one of the most common errors for users working interactively with qcodes Obviously still a few issues: - [ ] See inline comment about checking that this...
Hello, I see you have an extended class of JSONEncoder that allows saving into JSON types not supported by this class. However, I can't seem to find the reverse class,...
Hi! I am unable to have two instances of the QDevil QDAC (`qcodes/instrument_drivers/QDevil/QDevil_QDAC.py`) in two different/separate Jupyter notebooks simultaneously. Initializing the QDevil QDAC in the first Jupyter notebook works fine,...