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

If I use the dataset as created by ` dataset = qc. new_data_set('results', specs=[some_paramspec]) ` then I can add metadata to it like: `dataset.add_metadata('measurement_notes', 'really warm today')` but if I...

bug
enhancement
new dataset
docs

Prior to this change, the instrument timeout needed to be changed for long operations. This is not ideal since a large timeout may hinder debugging. This change adds a function...

When pulling the qcodes repository on Windows, there is a filename collision between the uppercase and lowercase Keysight folders. The error message is as follows: ```bash $ git clone https://github.com/QCoDeS/Qcodes.git...

If you encounter a bug use the following template. If you have a feature request feel free to freestyle. ### Steps to reproduce 1. send commands to AWG 2. restart...

This is not easy to reproduce. So, here is what happens: a measurement is running in a Jupyter notebook, data is being saved, then the measurement gets interrupted (say KeyboardInterrupt),...

bug
new dataset

We would like to move from old dataset structure in CPH for cQED measurements. I believe almost everything is in place except for plotting functionalities that is currently implemented in...

discussion

I want to change the physical coils of the magnet, and I would like to update the safety limits accordingly. I use the code: ``` ami_yellow.current_ramp_limit(0.1762) # A/s ami_yellow.ramp_rate(0.1762 *...

bug
driver

In the case of a `Multiparameter` with many internal setpoints that stay constant while an external setpoint is swept, the output of `Dataset.get_parameter_data` can get unwieldy. A useful option would...

Besides the protocols based on SCPI and DLL, there is a large group of devices in the industrial process control field that take Modbus TCP as their primary communication protocol....

This PR refactors `AlazarTech_ATS.acquire` to await a new `AlazarTech_ATS.async_acquire` that runs all ATS API calls in a background thread. This enables running other QCoDeS tasks during an ATS acquisition. Developed...

enhancement
driver