Setting
SCPI Commands :
[SOURce<HW>]:BB:[LRWPan]:SENS:SETTing:CATalog
[SOURce<HW>]:BB:[LRWPan]:SENS:SETTing:DELete
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_catalog() List[str][source]
# [SOURce<HW>]:BB:[LRWPan]:SENS:SETTing:CATalog value: List[str] = driver.source.bb.lrWpan.sens.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]:SENS:SETTing:DELete value: str = driver.source.bb.lrWpan.sens.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]:SENS:SETTing:DELete driver.source.bb.lrWpan.sens.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