Qcodes icon indicating copy to clipboard operation
Qcodes copied to clipboard

Modular data acquisition framework

Results 240 Qcodes issues
Sort by recently updated
recently updated
newest added

The following setup is disallowed by qcodes: ```py from qcodes.validators import Arrays from qcodes.parameters import Parameter, ParameterWithSetpoints from qcodes.dataset import Measurement p=Parameter('p', vals=Arrays(shape=(10,)), get_cmd=lambda : np.arange(10)) ps1 = ParameterWithSetpoints('ps1', vals=p.vals,...

### Summary of Changes - Add blocking function to DynaCool PPMS driver that waits for temperature state to be stable before allowing other functions to be called when setting the...

There is an inconsistency between the export and load methods. ``_add_metadata_to_xarray`` simply does not add two attributes ``completed_timestamp_raw`` and ``run_timestamp_raw`` if they were None in the original dataset, but it...

bug

The qcodes.dataset __init__.py exports the `ParamSpec` class and not the `ParamSpecBase` class, even though the `ParamSpec` class is not used anywhere.

Hi, I'm not entirely sure if this is a bug from qcodes side or the driver for said VNA but I noticed that often times when running a `dond` sweep,...