Waveform

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:WAVeform:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:WAVeform
class WaveformCls[source]

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

get(index: int) str[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:WAVeform
value: str = driver.source.sequencer.apool.waveform.get(index = 1)

Queries the name of the ARB file with the specified <Index>.

param index:

integer

return:

waveform: string File name (without path) .

get_all() List[str][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:WAVeform:ALL
value: List[str] = driver.source.sequencer.apool.waveform.get_all()

Queries the names of the ARB files in the file pool.

return:

waveform: string Comma-separated list of strings One string per file, from index 0 to index n