Waveform

SCPI Command :

[SOURce<HW>]:BB:HUWB:WAVeform:CREate
class WaveformCls[source]

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

get_create() str[source]
# SCPI: [SOURce<HW>]:BB:HUWB:WAVeform:CREate
value: str = driver.source.bb.huwb.waveform.get_create()

Saves the current settings as an ARB signal in a waveform file (*.wv) . Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

return

filename: string

set_create(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:HUWB:WAVeform:CREate
driver.source.bb.huwb.waveform.set_create(filename = 'abc')

Saves the current settings as an ARB signal in a waveform file (*.wv) . Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param filename

string