Setting
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SETTing:DELete
[SOURce<HW>]:BB:GNSS:SETTing:LOAD
[SOURce<HW>]:BB:GNSS:SETTing:STORe
- class SettingCls[source]
Setting commands group definition. 6 total commands, 2 Subgroups, 3 group commands
- delete(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SETTing:DELete driver.source.bb.gnss.setting.delete(filename = 'abc')
Deletes the selected file from the default or the specified directory. 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
‘filename’ Filename or complete file path; file extension can be omitted
- load_file(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SETTing:LOAD driver.source.bb.gnss.setting.load_file(filename = 'abc')
Loads the selected file from the default or the specified directory. Loaded are files with extension *.gnss. 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
‘filename’ Filename or complete file path; file extension can be omitted Query the existing files with the command [:SOURcehw]:BB:GNSS:SETTing:CATalog?.
- set_store(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SETTing:STORe driver.source.bb.gnss.setting.set_store(filename = 'abc')
Saves the current settings into the selected file; the file extension (*.gnss) 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
‘filename’ Filename or complete file path
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.setting.clone()
Subgroups