File
SCPI Commands :
SCONfiguration:RFALignment:SETup:FILE:PREDefined
SCONfiguration:RFALignment:SETup:FILE
- class FileCls[source]
File commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_value() str [source]
# SCPI: SCONfiguration:RFALignment:SETup:FILE value: str = driver.sconfiguration.rfAlignment.setup.file.get_value()
Loads the selected file from the default or the specified directory. Loaded are files with extension *.rfsa.
- return:
setup_file: ‘filename’ Filename or complete file path; file extension can be omitted. Query the filenames of existing setup files with the command method RsSmw.Sconfiguration.RfAlignment.Setup.catalog.
- set_predefined(filename: str) None [source]
# SCPI: SCONfiguration:RFALignment:SETup:FILE:PREDefined driver.sconfiguration.rfAlignment.setup.file.set_predefined(filename = 'abc')
Loads the selected predefined file.
- param filename:
‘filename’ File extension can be omitted. Query the filenames of predefined setup files with the command method RsSmw.Sconfiguration.RfAlignment.Setup.Predefined.catalog.
- set_value(setup_file: str) None [source]
# SCPI: SCONfiguration:RFALignment:SETup:FILE driver.sconfiguration.rfAlignment.setup.file.set_value(setup_file = 'abc')
Loads the selected file from the default or the specified directory. Loaded are files with extension *.rfsa.
- param setup_file:
‘filename’ Filename or complete file path; file extension can be omitted. Query the filenames of existing setup files with the command method RsSmw.Sconfiguration.RfAlignment.Setup.catalog.