write_integration_weights#

Readout.write_integration_weights(weights: Waveforms | dict, *, integration_delay: float = 0.0, clear_existing: bool = True) None[source]#

Configures the weighted integration.

Parameters:
  • weights (Waveforms | dict) – Dictionary containing the complex weight vectors, where keys correspond to the indices of the integration units to be configured.

  • integration_delay (float) – Delay in seconds before starting the readout. (default = 0.0)

  • clear_existing (bool) – Flag whether to clear the waveform memory before the present upload. (default = True)

Return type:

None