Setting
SCPI Commands :
[SOURce<HW>]:[BB]:ILS:SETTing:CATalog
[SOURce<HW>]:[BB]:ILS:SETTing:DELete
[SOURce<HW>]:[BB]:ILS:SETTing:LOAD
[SOURce<HW>]:[BB]:ILS:SETTing:STORe
- Commands in total: 4Subgroups: 0Direct child commands: 4
- delete(filename: str) None[source]
# [SOURce<HW>]:[BB]:ILS:SETTing:DELete driver.source.bb.ils.setting.delete(filename = 'abc')
Deletes the selected file from the default or the specified directory. Deleted are files with extension .ils/.vor/dme. 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
- get_catalog() List[str][source]
# [SOURce<HW>]:[BB]:ILS:SETTing:CATalog value: List[str] = driver.source.bb.ils.setting.get_catalog()
Queries the files with settings in the default directory. Listed are files with the file extension .ils/.vor/dme. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- load(filename: str) None[source]
# [SOURce<HW>]:[BB]:ILS:SETTing:LOAD driver.source.bb.ils.setting.load(filename = 'abc')
Loads the selected file from the default or the specified directory. Loaded are files with extension .ils/.vor/dme. 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
- set_store(filename: str) None[source]
# [SOURce<HW>]:[BB]:ILS:SETTing:STORe driver.source.bb.ils.setting.set_store(filename = 'abc')
Saves the current settings into the selected file; the file extension (.ils/.vor/dme) 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