File

SCPI Commands :

SCONfiguration:RFALignment:SETup:FILE:PREDefined
SCONfiguration:RFALignment:SETup:FILE
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_value() str[source]
# 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.

Returns:

setup_file: ‘filename’ Filename or complete file path; file extension can be omitted. Query the filenames of existing setup files with the method RsSmw.sconfiguration.rfAlignment.setup.catalog() .

set_predefined(filename: str) None[source]
# SCONfiguration:RFALignment:SETup:FILE:PREDefined
driver.sconfiguration.rfAlignment.setup.file.set_predefined(filename = 'abc')

Loads the selected predefined file.

Parameters:

filename – ‘filename’ File extension can be omitted. Query the filenames of predefined setup files with the method RsSmw.sconfiguration.rfAlignment.setup.predefined.catalog() .

set_value(setup_file: str) None[source]
# 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.

Parameters:

setup_file – ‘filename’ Filename or complete file path; file extension can be omitted. Query the filenames of existing setup files with the method RsSmw.sconfiguration.rfAlignment.setup.catalog() .