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

I created a parameter with setpoints `Y` which depends on setpoint `X`. Then I created another parameter `Z` which is independent from the other two. I measured `Y` and `Z`...

Consider the example here https://qcodes.github.io/Qcodes/examples/Parameters/Simple-Example-of-ParameterWithSetpoints.html#Measurement before qcodes 0.25 this used to be plotted as a line plot but in 0.26.0 onwards this is now plotted as a scatter plot. Some...

Hi All, The AMI430_3D driver is not aware of changes to the individual axes when snapshotting, leading to inconsistent snapshots where the field recorded in the individual axis instruments in...

### Steps to reproduce 1. I dont know ### Expected behaviour The notebook should run smoothly after many hours of measurement ### Actual behaviour The notebook hangs, or even the...

bug

Currently The Keithley 2600 series drivers implements a Lua FastSweep that directly generates a QCoDeS Loop dataset This should be replaced with a function to Generate a ParameterWithSetpoints such that...

driver

`finally` block in `dond` ([here](https://github.com/QCoDeS/Qcodes/blob/master/qcodes/dataset/dond/do_nd.py#L738)) relies on a parameter from try block. This results in an `UnboundLocalError` when the exception happens before `datasavers` is assigned. ```python try: with _catch_interrupts() as...

To promote "the same" behaviour unless needed explicitly. For example, the `ZIHDAWG8` driver - does anyone know why is this override needed? how is this instrument special to all the...

### Steps to reproduce ``` p = Parameter("name", set_cmd=None) assert not p.cache.valid p.cache() assert not p.cache.valid ``` ``` p = Parameter("name", set_cmd=None) p.set(5) assert p.cache.valid p.cache.invalidate() assert not p.cache.valid p.cache()...

#1301 Fixes a number of commands that were passed incorrectly to the instrument, but it does also highlight a different problem with the driver. If a parameter is set to...

driver

The driver does not check if the HF option is avialable before adding parameters related to that See https://www.thinksrs.com/downloads/pdfs/manuals/SG380m.pdf page 64. The rf doubler is needed for this to work...

bug
driver