Setting
SCPI Commands :
[SOURce<HW>]:BB:WLNN:SETTing:CATalog
[SOURce<HW>]:BB:WLNN:SETTing:DELete
[SOURce<HW>]:BB:WLNN:SETTing:LOAD
[SOURce<HW>]:BB:WLNN:SETTing:STORe
- Commands in total: 4Subgroups: 0Direct child commands: 4
- delete(filename: str) None[source]
# [SOURce<HW>]:BB:WLNN:SETTing:DELete driver.source.bb.wlnn.setting.delete(filename = 'abc')
Deletes the selected file with IIEEE 802.11a/b/g/n/ac 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 wlann are listed and can be deleted.- Parameters:
filename – string
- get_catalog() List[str][source]
# [SOURce<HW>]:BB:WLNN:SETTing:CATalog value: List[str] = driver.source.bb.wlnn.setting.get_catalog()
Reads out the files with IEEE 802.11a/b/g/n/ac settings in the default directory. The default directory is set using command method
RsSmw.massMemory.current_directory(). Only files with the file extension wlann will be listed.- Returns:
catalog: string
- load(filename: str) None[source]
# [SOURce<HW>]:BB:WLNN:SETTing:LOAD driver.source.bb.wlnn.setting.load(filename = 'abc')
Loads the selected file with IEEE 802.11 WLAN 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 wlann will be loaded.- Parameters:
filename – string
- set_store(filename: str) None[source]
# [SOURce<HW>]:BB:WLNN:SETTing:STORe driver.source.bb.wlnn.setting.set_store(filename = 'abc')
Saves the current IEEE 802.11a/b/g/n/ac settings into the selected file. 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. Only the file name has to be entered. IEEE 802.11a/b/g/n/ac/ax settings are saved as files with file extension wlann.- Parameters:
filename – string