ComplexIntegration

ComplexIntegration#

class iqm.pulse.playlist.instructions.ComplexIntegration(label, delay_samples, implementation, weights)#

Bases: AcquisitionMethod

Perform a weighted integration of the IQ raw signal, resulting in a complex number.

Module: iqm.pulse.playlist.instructions

Attributes

weights

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.

implementation

Measure operation and implementation that created this AcquisitionMethod, in the format <operation name>.<implementation name>.

Methods

Parameters:
weights: IQPulse#

Integration weights.