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

Following the discussion in #6080 I think we should consider getting rid of these methods on the instrument classes. All of this functionality can be done in ways that is...

This speeds up importing qcodes from an editable install with ~ 0.6-0.7 s assuming that you do not actually make use of the `__version__` attribute. The downside is that we...

This PR enables users to add a model to metadata and snapshot of a metadatable, enforcing better types. This PR is a succession of #6032

Bumps [docutils](https://docutils.sourceforge.io) from 0.20.1 to 0.21.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.20.1&new-version=0.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
blocked on third party dependency
python

`Parameter`s can be indexed to return `SweepFixedValues`. This is a handy shortcut if you know it exists and use it correctly. However, it can lead to extremely unpredictable behavior when...

Bumps [towncrier](https://github.com/twisted/towncrier) from 23.11.0 to 24.8.0. Release notes Sourced from towncrier's releases. Towncrier 24.8.0 (2024-08-23) Features Add .gitkeep as an ignored filename. (#643) Config ignore option now supports wildcard matching...

dependencies
python

As the title says. Tested with a real device. Let me know if there is any issue with the formatting etc.

Bug report template: ### For now, auto-completion partially works with LSP server (e.g. vscode), I can only see a little bit of method in the completion menu. But, if I...