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

Regardless of which qcodes release(tried with 4 different qcodes version) I use whenever I want to have trace data of network analyzer, N5249A, I get could not convert string to...

This ensures that each instrument will have it's own logger so that messages can easily be filtered by instrument instance An instrument will have a logger with a name of...

### Description To promote "the same" behavior unless needed explicitly. (i think that it's good, but if there are use cases against that i'm happy to hear about those here)...

### Description This is an idea to add identification that is used in GUID components to the Station as well, so that these ID's are also openly available from snapshot....

Our dataset comprises 4 dependent parameters, which depend on 1 or 2 of the 2 independent parameters. `interdeps.dependencies` returns: ``` {ParamSpecBase('PDt_gain', 'numeric', 'Gain', ''): (ParamSpecBase('N_stepd', 'numeric', 'number of stepper stepd...

Changes proposed in this pull request: - Add MultiParameterWithSetpoints, which is mostly the same as ParameterWithSetpoints except the get function returns a Sequence of Arrays - Update `expand_setpoints()`, `Dataset.add_results()` and...

Fixes #1601. Changes proposed in this pull request: - add `return_setpoints` option (defaulting to `True`) to `get_parameter_data()` in both `dataset.Dataset` and `dataset.sqlite.queries` @astafan8

While developing a driver for the N5222B, I noticed some inconveniences. 1) If the trigger source is set incorrectly then the run_sweep function can get stuck in an infinite loop....

driver

This is an early draft/test for the Abaco/4DSP AWG driver. @lillian542 will be working on this branch with my support.

driver

Fixes #1231 @jenshnielsen

driver