Setting

SCPI Commands :

[SOURce<HW>]:BB:[LRWPan]:OQPSk:SETTing:CATalog
[SOURce<HW>]:BB:[LRWPan]:OQPSk:SETTing:DELete
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_catalog() List[str][source]
# [SOURce<HW>]:BB:[LRWPan]:OQPSk:SETTing:CATalog
value: List[str] = driver.source.bb.lrWpan.oqpsk.setting.get_catalog()

Queries the files with settings in the default directory. Listed are files with the file extension hrpuwb. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

get_delete() str[source]
# [SOURce<HW>]:BB:[LRWPan]:OQPSk:SETTing:DELete
value: str = driver.source.bb.lrWpan.oqpsk.setting.get_delete()

Deletes the selected file from the default or the specified directory. Deleted are files with extension hrpuwb. 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_delete(filename: str) None[source]
# [SOURce<HW>]:BB:[LRWPan]:OQPSk:SETTing:DELete
driver.source.bb.lrWpan.oqpsk.setting.set_delete(filename = 'abc')

Deletes the selected file from the default or the specified directory. Deleted are files with extension hrpuwb. 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