Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
What happens when an instrument is closed but there are still instances of its `InstrumentChannel` channels lying around? I suggest that their methods should be protected against this in order...
### Steps to reproduce 1. Rerun the following code 6 times, each iteration with a different word (of the list ['these', 'tags', 'break', 'the', 'database']) substituted for #### ``` meas...
### Steps to reproduce Running this snippet of code: ```python meas = Measurement(exp=exp) meas.write_period = 0.5 meas.register_custom_parameter('x', unit='bogus', paramtype='array') meas.register_custom_parameter('y', unit='more bogus', setpoints=['x', ], paramtype='array') with meas.run() as datasaver: for...
At the moment the concept of 'depends_on' and 'inferred' from exists for Paramspecs, 'setpoints' can be specified when registering a Parameter to a measurement. However the concept of a parameter...
# Improved Interrupt Handling in dond Function ## Description This PR enhances the interrupt handling capabilities of the `dond` function in the QCoDeS dataset module. It addresses issues with the...
Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.29.4 to 6.29.5. Release notes Sourced from ipykernel's releases. v6.29.5 6.29.5 (Full Changelog) Bugs fixed Fix use of "%matplotlib osx" #1237 (@ianthomas23) Maintenance and upkeep improvements [6.x]...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0. Release notes Sourced from pillow's releases. 10.4.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html Changes Raise FileNotFoundError if show_file() path does not exist #8178 [@radarhere] Improved reading 16-bit TGA images...
### Parsing Error on Quantum Design DynaCool When communicating with the DynaCool, I am able to establish a connection to the server and to the instrument. However, I am unable...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.1.0 to 8.0.0. Changelog Sourced from importlib-metadata's changelog. v8.0.0 Deprecations and Removals Message.getitem now raises a KeyError on missing keys. (#371) Removed deprecated support for Distribution subclasses...
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.0. Release notes Sourced from numpy's releases. v2.0.0 NumPy 2.0.0 Release Notes NumPy 2.0.0 is the first major release since 2006. It is the result...