Setting

SCPI Commands :

[SOURce<HW>]:BB:WLAD:SETTing:CATalog
[SOURce<HW>]:BB:WLAD:SETTing:DELete
[SOURce<HW>]:BB:WLAD:SETTing:LOAD
[SOURce<HW>]:BB:WLAD:SETTing:STORe
Commands in total: 4
Subgroups: 0
Direct child commands: 4
delete(filename: str) None[source]
# [SOURce<HW>]:BB:WLAD:SETTing:DELete
driver.source.bb.wlad.setting.delete(filename = 'abc')

Deletes the selected file with IEEE 802.11ad/ay settings. The directory is set using command method RsSmw.massMemory.current_directory() . A path can also be specified, in which case the files in the specified directory are read. The file extension may be omitted. Only files with the file extension wlanad are listed and can be deleted.

Parameters:

filename – string

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

Reads out the files with IEEE 802.11ad/ay settings in the default directory. The default directory is set using the command method RsSmw.massMemory.current_directory() . Only files with the file extension wlanad are listed.

Returns:

catalog: string

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

Loads the selected file with IEEE 802.11ad/ay settings. The directory is set using the command method RsSmw.massMemory.current_directory() . A path can also be specified, in which case the files in the specified directory are read. The file extension may be omitted. Only files with the file extension wlanad are loaded..

Parameters:

filename – string

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

Stores the current IEEE 802.11ad/ay settings into the selected file. The directory is set using the command method RsSmw.massMemory.current_directory() . A path can also be specified, in which case the files in the specified directory are read. Only the file name has to be entered. WLAD | WLAY settings are stored as files with the specific file extensions wlanad.

Parameters:

filename – string