Setting

SCPI Commands :

[SOURce<HW>]:BB:C2K:SETTing:CATalog
[SOURce<HW>]:BB:C2K:SETTing:DELete
[SOURce<HW>]:BB:C2K:SETTing:LOAD
[SOURce<HW>]:BB:C2K:SETTing:STORe
class SettingCls[source]

Setting commands group definition. 4 total commands, 0 Subgroups, 4 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:SETTing:DELete
driver.source.bb.c2K.setting.delete(filename = 'abc')

Deletes the selected file from the default or the specified directory. Deleted are files with extension *.cdma2k.

param filename

string

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:C2K:SETTing:CATalog
value: List[str] = driver.source.bb.c2K.setting.get_catalog()

Queries the files with settings in the default directory. Listed are files with the file extension *.cdma2k. For general information on file handling in the default and in a specific directory, see section ‘MMEMory Subsystem’ in the R&S SMBVB operating manual.

return

catalog: filename1,filename2,… Returns a string of filenames separated by commas.

load(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:SETTing:LOAD
driver.source.bb.c2K.setting.load(filename = 'abc')

Loads the selected file from the default or the specified directory. Loaded are files with extension *.cdma2k.

param filename

‘filename’ Filename or complete file path; file extension can be omitted

set_store(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:SETTing:STORe
driver.source.bb.c2K.setting.set_store(filename = 'abc')

Stores the current settings into the selected file; the file extension (*.cdma2k) is assigned automatically.

param filename

string Filename or complete file path