Setting
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SETTing:DELete
[SOURce<HW>]:BB:GNSS:SETTing:LOAD
[SOURce<HW>]:BB:GNSS:SETTing:STORe
- Commands in total: 6Subgroups: 2Direct child commands: 3
- delete(filename: str) None[source]
# [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.
- Parameters:
filename – ‘filename’ Filename or complete file path; file extension can be omitted
- load_file(filename: str) None[source]
# [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.
- Parameters:
filename – ‘filename’ Filename or complete file path; file extension can be omitted Query the existing files with the method
RsSmw.source.bb.gnss.setting.catalog.value().
- set_store(filename: str) None[source]
# [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.
- Parameters:
filename – ‘filename’ Filename or complete file path
Cloning the Group
# Create a copy of the original group, that exists independently
setting_copy = driver.source.bb.gnss.setting.clone()
Subgroups