Exopy / exopy_hqc_legacy

Transition package to smooth transition from HQCMeas to Exopy.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Task using 2 insturments #40

Open leghtas opened 6 years ago

leghtas commented 6 years ago

I am creating a task to tune an IQ mixer. This task manipulates 2 instruments: the signal analyzer, and the AWG. Is there a clever way of handling this? Can a task use 2 instruments? Up to now I have only every had a single instrument per task.

MatthieuDartiailh commented 6 years ago

We probably should design a clever to handle this case as it is unlikely we will not encounter this again in the future. In the mean time (if you need something quickly), you should probably look at the InstrumentTask since it is the one handling the connection to the instrument under the hood. It may be possible to extend its capabilities through member tagging. It may be a project worth discussing during a sprint.