Waveform

SCPI Command :

[SOURce<HW>]:BB:LRWPan:WAVeform:CREate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_create() str[source]
# [SOURce<HW>]:BB:LRWPan:WAVeform:CREate
value: str = driver.source.bb.lrWpan.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.

Returns:

filename: string

set_create(filename: str) None[source]
# [SOURce<HW>]:BB:LRWPan:WAVeform:CREate
driver.source.bb.lrWpan.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.

Parameters:

filename – string