Setting

SCPI Commands :

[SOURce<HW>]:BB:OFDM:SETTing:CATalog
[SOURce<HW>]:BB:OFDM:SETTing:DEL
[SOURce<HW>]:BB:OFDM:SETTing:LOAD
[SOURce<HW>]:BB:OFDM:SETTing:STORe
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_catalog() List[str][source]
# [SOURce<HW>]:BB:OFDM:SETTing:CATalog
value: List[str] = driver.source.bb.ofdm.setting.get_catalog()

Queries the files with settings in the default directory. Listed are files with the file extension c5g. 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_del_py() str[source]
# [SOURce<HW>]:BB:OFDM:SETTing:DEL
value: str = driver.source.bb.ofdm.setting.get_del_py()

Deletes the selected file from the default or specified directory. Deleted are files with the file extension c5g. 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 file name or complete file path; file extension can be omitted

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

Loads the selected file from the default or the specified directory. Loaded are files with extension c5g. 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 file name or complete file path; file extension can be omitted

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

Stores the current settings into the selected file; the file extension (c5g) 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.

Returns:

filename: string file name or complete file path