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
Commands in total: 4
Subgroups: 0
Direct child commands: 4
delete(filename: str) None[source]
# [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.

Parameters:

filename – string

get_catalog() List[str][source]
# [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 SMW operating manual.

Returns:

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

load(filename: str) None[source]
# [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.

Parameters:

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

set_store(filename: str) None[source]
# [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.

Parameters:

filename – string Filename or complete file path