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

This means that you will be able to do ```python self.resolution = self.add_parameter( "resolution", get_cmd="VOLT:DC:RES?", get_parser=float, set_cmd=self._set_resolution, label="Resolution", unit="V", ) """Parameter to control voltage resolution """ ``` which means that...

We are using autodocsumm to generate helpful summary tables for modules classes and attributes. However this triggers a warning and skips the member for inherited instance attributes. I bit of...

docs

This reflects how we used to document not how we currently do it https://qcodes.github.io/Qcodes//community/contributing.html#documenting-qcodes It should be updated

docs

VisaInstrument used to take kwargs but actually the only non explicit argument is metadata so we might as well write that out.

Saving and loading data from the SQL database rely on `_adapt_xxx` and `_convert_xxx` methods. However, currently they are using many `numpy` functions (`np.isnan`, `np.isinf`, `np.save`, `np.load`) that are slow when...

https://github.com/pradyunsg/furo

Bumps [pyvisa](https://github.com/pyvisa/pyvisa) from 1.11.3 to 1.12.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyvisa&package-manager=pip&previous-version=1.11.3&new-version=1.12.0)](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`. [//]: #...

dependencies
python

Bumps [docutils](https://docutils.sourceforge.io/) from 0.17.1 to 0.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.17.1&new-version=0.19)](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

This enables the new style type annotations in pep851 and pep604. Since these things are not supported for python

Feature addition: replacing __del__ with weakref.finalize() as called method during object garbage collection. Issue: #3774 - renamed `__del__` as `__finalize`, logic stays the same. - added weakref.finalize() in `__init__` in...