-
Hello! In https://github.com/microsoft/Qcodes/blob/d4e1e15de07c4d3a4cd94445dd614637d96aec31/src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py#L1057, would it be possible to move
```
m_frequency = {
…
-
We need to support the Cryomagnetics Model 4G, which is available via QCoDeS. Currently we just need to sweep field.
-
Hi,
I'm trying to use the NIDAQ driver provided in qcodes_contrib_drivers.drivers.NationalInstruments.DAQ with a USB-6001 NI DAQ. When I try to use the datasaver , like this:
```
with context_…
-
Recently when installing qibolab with zh extras for qw5_platinum there are still missing packages such as pyvisa and qcodes. We should document this.
-
Changing the dataset saving procedure from currently beeing "numeric" to "array" should save the data as a binary blob instead of each individual point as numeric float. This should speed up saving (f…
-
Seems to be more likely to happen with many averages
```
runfile('A:/qcodes_experiments/fast_charge_default_settings.py', wdir='A:/qcodes_experiments')
Started at 2017-08-01 10:30:45
DataSet:
…
-
While doing a long measurement, I often get errors from the live-plotting:
```
error reading file 2016-05-01\22-56-15\data.dat
Traceback (most recent call last):
File "E:\Git\Qcodes\qcodes\data\for…
-
The qcodes dataset can only be stored to disk using a qcodes formatter. To save results totgether with other data it would be good to be able to serialize a dataset to a string or something like pickl…
-
To avoid having to write wrappers for all instruments' drivers out there, it would be nice if our `AbstractInstrument` was inheriting the `Instrument` class of `Qcodes`. It would be easier for labs to…
-
There are a few features from QCoDeS' experiment functions that I'd like to see in labcore.
1. Getting units, names, etc. for variables from instrument driver functions. For example, our M5180 VNA…