Setting

SCPI Commands :

[SOURce<HW>]:BB:TETRa:SETTing:CATalog
[SOURce<HW>]:BB:TETRa:SETTing:DELete
[SOURce<HW>]:BB:TETRa:SETTing:LOAD
[SOURce<HW>]:BB:TETRa:SETTing:STORe
Commands in total: 4
Subgroups: 0
Direct child commands: 4
delete(filename: str) None[source]
# [SOURce<HW>]:BB:TETRa:SETTing:DELete
driver.source.bb.tetra.setting.delete(filename = 'abc')

Deletes the selected file in the specified directory. Deleted are files with the file extension tetra.

Parameters:

filename – file name file name or complete file path

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

Queries the files with settings in the default directory. Listed are files with the file extension tetra. 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:

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

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

Loads the selected file from the default or the specified directory. Loaded are files with extension tetra. 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 file name or complete file path

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

Stores the current settings into the selected file; the file extension (tetra) is assigned automatically. 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 file name or complete file path