If there was a way to get the rid of the current running experiment and ignore every other experiment in the pipeline that would be great. I've come up with this line
self.rid = list(self.scheduler.get_status().keys())[0]
for prepare()
, but it only works if only one experiment is in the pipeline.
Edit: Putting that line in analyze()
works. I hadn't thought of that at first.
What does artiq_influxdb_schedule
do? I've searched the artiq manual and github page for artiq_influxdb_schedule
. The manual only says was added in Artiq5 and the github page has no information on what it does or how to use it.