assign_native_awg_waveform#
- Waveforms.assign_native_awg_waveform(slot: int, raw_waveform: ndarray, channels: int = 1, markers_present: bool = False) None [source]#
Assigns a native AWG waveform to a slot.
Native AWG waveform = a single waveform (interleaved waves and markers as uint16).
- Parameters:
slot (int) – slot number
raw_waveform (ndarray) – native AWG waveform.
channels (int) – Number of channels present in the wave. (default = 1)
markers_present (bool) – Indicates if markers are interleaved in the wave. (default = False)
- Return type:
None