startQAResult and startQAMonitor has been deprecated in Labone 21.08
From https://docs.zhinst.com/release_notes.txt, the use of startQAMonitor()
and startQAResult()
has been deprecated for the UHFQA.
-
Replace startQAMonitor()
andstartQAResult()
with a singlestartQA()
during the seqc generation.
The following discussion from !234 (merged) should be addressed:
-
@AdriaanRol started a discussion: (+2 comments) Quick update on this MR. The changes indeed resolve the unique weights issue, but we are still having issues running experiments where multiple acquisitions are part of the same schedule. Debugging together with @christiandickel8 indicated that this had to do with how we set up the UHFQA assembly. We are now replacing the
setTrigger(reset_integration_trigger);
andsetTrigger(integration_trigger);
withstartQAMonitor(); startQAResult();
and testing on the setup (still WIP).