ComplexIntegration#
- class iqm.pulse.playlist.instructions.ComplexIntegration(label, delay_samples, weights)#
Bases:
AcquisitionMethod
Perform a weighted integration of the IQ raw signal, resulting in a complex number.
Module:
iqm.pulse.playlist.instructions
Attributes
Integration weights.
label
Identifier for the returned data, like
QB1__readout.time_trace
.delay_samples
Delay from beginning of probe pulse to beginning of acquisition window, in samples.
Methods