Setting

SCPI Commands :

[SOURce<HW>]:ILS:SETTing:CATalog
[SOURce<HW>]:ILS:SETTing:DELete
[SOURce<HW>]:ILS:SETTing:LOAD
[SOURce<HW>]:ILS:SETTing:STORe
class SettingCls[source]

Setting commands group definition. 4 total commands, 0 Subgroups, 4 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:ILS:SETTing:DELete
driver.source.ils.setting.delete(filename = 'abc')

Deletes the selected file from the default or the specified directory. Deleted are files with extension .adf/.ils/*.vor. Refer to ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

param filename:

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

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:ILS:SETTing:CATalog
value: List[str] = driver.source.ils.setting.get_catalog()

Queries the files with settings in the default directory. Listed are files with the file extension .adf/.ils/*.vor. Refer to ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

return:

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

load(filename: str) None[source]
# SCPI: [SOURce<HW>]:ILS:SETTing:LOAD
driver.source.ils.setting.load(filename = 'abc')

Loads the selected file from the default or the specified directory. Loaded are files with extension .adf/.ils/*.vor. Refer to ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

param filename:

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

set_store(filename: str) None[source]
# SCPI: [SOURce<HW>]:ILS:SETTing:STORe
driver.source.ils.setting.set_store(filename = 'abc')

Saves the current settings into the selected file; the file extension (.adf/.ils/*.vor) is assigned automatically. Refer to ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

param filename:

‘filename’ Filename or complete file path