Setting

SCPI Commands :

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

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

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

No command help available

return:

isdbt_cat_name: No help available

get_delete() str[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:SETTing:DELete
value: str = driver.source.bb.isdbt.setting.get_delete()

Deletes the selected file from the default or the specified directory. Deleted are files with extension *.isdbt. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

return:

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

get_load() str[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:SETTing:LOAD
value: str = driver.source.bb.isdbt.setting.get_load()

Accesses the ‘Save/Recall’ dialog, that is the standard instrument function for saving and recalling the complete dialog-related settings in a file. The provided navigation possibilities in the dialog are self-explanatory. The settings are saved in a file with predefined extension. You can define the filename and the directory, in that you want to save the file. .

return:

isdbt_recall: string

get_store() str[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:SETTing:STORe
value: str = driver.source.bb.isdbt.setting.get_store()

Accesses the ‘Save/Recall’ dialog, that is the standard instrument function for saving and recalling the complete dialog-related settings in a file. The provided navigation possibilities in the dialog are self-explanatory. The settings are saved in a file with predefined extension. You can define the filename and the directory, in that you want to save the file. .

return:

isdbt_save: string

set_delete(delete: str) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:SETTing:DELete
driver.source.bb.isdbt.setting.set_delete(delete = 'abc')

Deletes the selected file from the default or the specified directory. Deleted are files with extension *.isdbt. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param delete:

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

set_load(isdbt_recall: str) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:SETTing:LOAD
driver.source.bb.isdbt.setting.set_load(isdbt_recall = 'abc')

Accesses the ‘Save/Recall’ dialog, that is the standard instrument function for saving and recalling the complete dialog-related settings in a file. The provided navigation possibilities in the dialog are self-explanatory. The settings are saved in a file with predefined extension. You can define the filename and the directory, in that you want to save the file. .

param isdbt_recall:

string

set_store(isdbt_save: str) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:SETTing:STORe
driver.source.bb.isdbt.setting.set_store(isdbt_save = 'abc')

Accesses the ‘Save/Recall’ dialog, that is the standard instrument function for saving and recalling the complete dialog-related settings in a file. The provided navigation possibilities in the dialog are self-explanatory. The settings are saved in a file with predefined extension. You can define the filename and the directory, in that you want to save the file. .

param isdbt_save:

string