How to add a delay in dond measurement loop
#6998
-
|
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! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.