write_to_waveform_memory#
- AWGCore.write_to_waveform_memory(waveforms: Waveforms, indexes: list | None = None) None [source]#
Writes waveforms to the waveform memory.
The waveforms must already be assigned in the sequencer program.
- Parameters:
waveforms (Waveforms) – Waveforms that should be uploaded.
indexes (list | None) – Specify a list of indexes that should be uploaded. If nothing is specified all available indexes in waveforms will be uploaded. (default = None)
- Return type:
None
Changed in version 0.4.2: Removed validate flag and functionality. The validation check is now done in the Waveforms.validate function.