Zurich Instruments backend seems to be broken
In current form (as of !550 (merged) got merged) instrument coordinator expects to retrieve datasets from components. Qblox backend is ported to return datasets, but Zurich Instruments components still return data in {(acq_index, acq_channel): data}
tuples. No compatibility mode is present in InstrumentCoordinator.retrieve_acquisition()
, therefore attempt to retrieve acquisition from UHFQA will lead to undefined behaviour.
Note: I have discovered this issue without setup, so I can't provide any definite error message.
You can also find us on Slack. For reference, the issues workflow is described in the contribution guidelines.