Fmode
SCPI Command :
[SOURce<HW>]:BB:NR5G:FMODe:USRFile
- class FmodeCls[source]
Fmode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_usr_file() str [source]
# SCPI: [SOURce<HW>]:BB:NR5G:FMODe:USRFile value: str = driver.source.bb.nr5G.fmode.get_usr_file()
Loads the file from the default or the specified directory. Loaded are files with extension *.vaf or *.dat. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- return
filter_file_name: string Complete file path incl. filename and extension
- set_usr_file(filter_file_name: str) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:FMODe:USRFile driver.source.bb.nr5G.fmode.set_usr_file(filter_file_name = 'abc')
Loads the file from the default or the specified directory. Loaded are files with extension *.vaf or *.dat. 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 filter_file_name
string Complete file path incl. filename and extension