You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @PiergiorgioButtarini
qblox supports raw waveform acquisition, they call it scope acquisition, but it has certain limitations:
# Qblox qrm modules only have one memory for scope acquisition.
# Only one sequencer can save data to that memory.
# Several acquisitions at different points in the circuit will result in the undesired averaging
# of the results.
# Scope Acquisition should only be used with one acquisition per module.
# Several readout pulses are supported for as long as they take place symultaneously.
# Scope Acquisition data should be ignored with more than one acquisition or with Hardware Demodulation.
# Software Demodulation requires the data from Scope Acquisition, therefore Software Demodulation only works
# with one acquisition per module.
# The data is retrieved by storing it first in one of the acquisitions of one of the sequencers.
# Any could be used, but we always use 'scope_acquisition' acquisition of the default sequencer to store it.
Let's discuss these points together to see what can be done.
Should be implemented the
AcquisitionType.RAW
in qblox drivers in order to execute routine such as time_of_flight_readout.The text was updated successfully, but these errors were encountered: