How to add a delay in dond measurement loop
#6998
Answered
by
jenshnielsen
Ashish Panigrahi (paniash)
asked this question in
Q&A
|
Hi, I was wondering if there is a way to add a time delay for each iteration before recording a measurement in the Thanks in advance! |
Answered by
jenshnielsen
Mar 26, 2025
Replies: 1 comment 1 reply
|
Looking at the sweeps such as LinSweep https://microsoft.github.io/Qcodes/api/dataset/index.html#qcodes.dataset.LinSweep it takes a delay at one of the arguments. I think this should do what you want. |
1 reply
Answer selected by
paniash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at the sweeps such as LinSweep https://microsoft.github.io/Qcodes/api/dataset/index.html#qcodes.dataset.LinSweep it takes a delay at one of the arguments. I think this should do what you want.