Qcodes
Qcodes copied to clipboard
Modular data acquisition framework
### Steps to reproduce 1.Run python code from notebook and sweep over around 12500 * n points or more (n integer). 2.Wait for measurements. 3.Plot measurement results and analyse trace...
main purpose is to use this to load netcdf/xarray data into qcodes database for use cases where other tools actually need the raw data in the database. very initial working...
This test generates a lot of datasets quickly after each other. There is a chance that these may not have unique guids
Hello, I am trying to write the following function in a more dynamic way: ``` with Measurement(get_measurement_name) as msmt: for i in Sweep(sweep_elements[0][0],sweep_elements[0][1], sweep_elements[0][2]): # dim = 18 for i...
todo: - [ ] make postCreateCommand work/execute, so that all pip requirements are installed automatically - [ ] figure out why ``pip install -e .`` results in a ``can't create...
Measuring two different ParametersWithSetpoints (say pws1, pws2) in one measurement fails when pws1 has p1 as setpoints and pws2 has p1 and p2 as setpoints. Individual measurements of pws1 and...
This is a follow up from the discussion in #1151, marked as Draft for now to gather feedback. Fixes #32 Also sets the infrastructure for fixing #1151 Changes proposed in...
If you encounter a bug use the following template. If you have a feature request feel free to freestyle. ### Steps to reproduce 1. Put the sqlite database on a...