Open leghtas opened 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.
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.