write_to_waveform_memory#

write_to_waveform_memory(daq: ziDAQServer, device_id: str, channel_index: int, waveforms: dict) None[source]#

Writes waveforms to the waveform memory of a specified sequencer.

Parameters:
  • daq (ziDAQServer) – Instance of a Zurich Instruments API session connected to a Data Server. The device with identifier device_id is assumed to already be connected to this instance.

  • device_id (str) – SHFSG device identifier, e.g. dev12004 or ‘shf-dev12004’.

  • channel_index (int) – Index specifying which sequencer the waveforms below are written to - there is one generator per channel.

  • waveforms (dict) – Dictionary of waveforms, the key specifies the waveform index to which to write the waveforms.

Return type:

None