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
class SettingCls[source]

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

get_catalog() List[str][source]
# SCPI: [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.

return

c_5_gcat_name: No help available

get_del_py() str[source]
# SCPI: [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.

return

filename: string file name or complete file path; file extension can be omitted

get_load() str[source]
# SCPI: [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.

return

filename: string file name or complete file path; file extension can be omitted

get_store() str[source]
# SCPI: [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.

return

filename: string file name or complete file path

set_del_py(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:SETTing:DEL
driver.source.bb.ofdm.setting.set_del_py(filename = 'abc')

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.

param filename

string file name or complete file path; file extension can be omitted

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

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.

param filename

string file name or complete file path; file extension can be omitted

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

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.

param filename

string file name or complete file path