Waveform

SCPI Commands :

WAVeform:WAVeform:CLEar
WAVeform:WAVeform:LOAD
class WaveformCls[source]

Waveform commands group definition. 2 total commands, 0 Subgroups, 2 group commands

clear() None[source]
# SCPI: WAVeform:WAVeform:CLEar
driver.waveform.waveform.clear()

Removes the imported waveform or file with I/Q data.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: WAVeform:WAVeform:CLEar
driver.waveform.waveform.clear_with_opc()

Removes the imported waveform or file with I/Q data.

Same as clear, but waits for the operation to complete before continuing further. Use the RsPulseSeq.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

load(load: str) None[source]
# SCPI: WAVeform:WAVeform:LOAD
driver.waveform.waveform.load(load = 'abc')

Load the selected waveform file (*.wv) , see Table ‘Supported file types’.

param load:

string Complete file path with file name and extension