We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To promote "the same" behaviour unless needed explicitly.
For example, the ZIHDAWG8 driver - does anyone know why is this override needed? how is this instrument special to all the other instruments? (this code snippet is not from the latest main branch, but similar ones can be found in the repo) https://github.com/QCoDeS/Qcodes/blob/295ad9043ba52d61432b4e73ab1a39714572bb0c/qcodes/instrument_drivers/ZI/ZIHDAWG8.py#L79-L81
ZIHDAWG8
Also, look at Parameter/Instrument/Channel/Station if there's consistency.
This is created as a substitute for #1830.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To promote "the same" behaviour unless needed explicitly.
For example, the
ZIHDAWG8
driver - does anyone know why is this override needed? how is this instrument special to all the other instruments? (this code snippet is not from the latest main branch, but similar ones can be found in the repo)https://github.com/QCoDeS/Qcodes/blob/295ad9043ba52d61432b4e73ab1a39714572bb0c/qcodes/instrument_drivers/ZI/ZIHDAWG8.py#L79-L81
Also, look at Parameter/Instrument/Channel/Station if there's consistency.
This is created as a substitute for #1830.
The text was updated successfully, but these errors were encountered: