Setting

SCPI Commands :

[SOURce<HW>]:BB:LRWPan:SETTing:LOAD
[SOURce<HW>]:BB:LRWPan:SETTing:STORe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_load() str[source]
# [SOURce<HW>]:BB:LRWPan:SETTing:LOAD
value: str = driver.source.bb.lrWpan.setting.get_load()

Loads the selected file from the default or the specified directory. Loaded are files with extension hrpuwb. 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

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

Saves the current settings into the selected file; the file extension (hrpuwb) 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

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

Loads the selected file from the default or the specified directory. Loaded are files with extension hrpuwb. 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:LRWPan:SETTing:STORe
driver.source.bb.lrWpan.setting.set_store(filename = 'abc')

Saves the current settings into the selected file; the file extension (hrpuwb) 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