Hi all,
I am looking for an option to start an acquisition for sampler. The idea is to start an aqcuisition for a channel of sampler for 10 000 data points separated by 100 ms. On the other hand, in parallel I want to keep running some other sequences. From what I know about Artiq, it is quite challenging. I am using Artiq to schedule events and each time moving the time flag using delay(dt). I was wondering if there is a ready solution that will help triggering acquisition without interfering other processes? Otherwise, I would need to write some logic that will schedule other events that are parallel to acquisition to calculate at which step of the acquisition and at which additional relative delays should the changes occur.
Thanks in advance!