Setting
SCPI Commands :
[SOURce<HW>]:BB:GSM:SETTing:CATalog
[SOURce<HW>]:BB:GSM:SETTing:DELete
[SOURce<HW>]:BB:GSM:SETTing:LOAD
[SOURce<HW>]:BB:GSM:SETTing:STORe
- class SettingCls[source]
Setting commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- delete(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:SETTing:DELete driver.source.bb.gsm.setting.delete(filename = 'abc')
This command deletes the selected file with GSM settings. The directory is set using command method RsSmbv.MassMemory. currentDirectory. A path can also be specified, in which case the files in the specified directory are read. The file extension can be omitted. Only files with the file extension *.gsm are deleted.
- param filename
string
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:GSM:SETTing:CATalog value: List[str] = driver.source.bb.gsm.setting.get_catalog()
This command reads out the files with GSM settings in the default directory. The default directory is set using command method RsSmbv.MassMemory.currentDirectory. Only files with the file extension *.gsm are listed.
- return
catalog: string
- load(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:SETTing:LOAD driver.source.bb.gsm.setting.load(filename = 'abc')
This command loads the selected file with GSM settings. The directory is set using command method RsSmbv.MassMemory. currentDirectory. A path can also be specified, in which case the files in the specified directory are read. The file extension can be omitted. Only files with the file extension *.gsm are loaded.
- param filename
string
- set_store(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:SETTing:STORe driver.source.bb.gsm.setting.set_store(filename = 'abc')
This command stores the current GSM settings into the selected file. The directory is set using command method RsSmbv. MassMemory.currentDirectory. A path can also be specified, in which case the files in the specified directory are read. Only enter the file name. GSM settings are stored as files with the specific file extensions *.gsm.
- param filename
string