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
@AdriaanRol
ivvi.set_dacs_zero
All dacs should sweep to zero, no faster than is allowed by their parameter settings dac_step and dac_delay
dac_step
dac_delay
instead the function _set_dac is used which does not listen to dac_step and dac_delay
_set_dac
###Proposed Solution change set_dacs_zero to (untested):
set_dacs_zero
for i in range(self._numdacs): self.parameters['dac{}'.format(i+1)].set(0)
operating system Windows 7
branch derived from qcodes branch master qcodes commit latest merged qcodes master commit: c67ced6
The text was updated successfully, but these errors were encountered:
@damazter I agree that this is unintended behaviour, and ofcourse I aprove of the proposed solution 👍 Thanks for finding this.
Sorry, something went wrong.
No branches or pull requests
@AdriaanRol
Steps to reproduce
ivvi.set_dacs_zero
Expected behaviour
All dacs should sweep to zero, no faster than is allowed by their parameter settings
dac_step
anddac_delay
Actual behaviour
instead the function
_set_dac
is used which does not listen todac_step
anddac_delay
###Proposed Solution
change
set_dacs_zero
to (untested):System
operating system
Windows 7
branch derived from
qcodes branch
master
qcodes commit
latest merged qcodes master commit:
c67ced6
The text was updated successfully, but these errors were encountered: