Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
Now that add_submodule returns the newly created submodule we should update all instrument drivers in src/qcodes/instrument_drivers to make use of this. This means that as an example a line like...
Resolves #7076
The `to_xarray_dataset` method, by default, will create a MultiIndex if there are repeated values along any axis, and will then convert all `coords` to `data_vars`. This can cause problems in...
I am trying to fix several bugs in cryomagnetics4g: 1. In the write_raw function of the code, when VisaIOError occurs in the first communication, the code will use `self._RETRY_WRITE_ASK` to...
Hi, This is mainly a feature request but it would be nice if the user has the option to define a frequency sweep in the opposite direction for a measurement...
Once an interface is decided and implemented for This pr only pertains to the measurement context manger. See https://github.com/microsoft/Qcodes/issues/7078 for high level constructs above this. This requires https://github.com/microsoft/Qcodes/issues/7063 to be...
The current Interdependencies relies on list and dictionaries in `Interdependencies_` are based on lists and dicts internally. It would probably be easier and more powerful if this was based on...
Currently [DelegateParameter](https://github.com/microsoft/Qcodes/blob/main/src/qcodes/parameters/delegate_parameter.py) (and potentially other classes) implement an interface that allows users to create a parameter that delegates to other parameters. However, when such a parameter is used in a...
As we make it possible to capture more complex data into qcodes datasets it makes sense to minimize the amount of code defining datasets. do0d, do1d and do2d does nothing...