Waveform

SCPI Command :

[SOURce<HW>]:BB:NR5G: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:NR5G:WAVeform:CREate
value: str = driver.source.bb.nr5G.waveform.get_create()

Stores 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 Filename or complete file path; file extension is assigned automatically

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

Stores 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 Filename or complete file path; file extension is assigned automatically