Ulist
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect:ULISt:CATalog
- class UlistCls[source]
Ulist commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect:ULISt:CATalog value: List[str] = driver.source.regenerator.object.ulist.get_catalog()
Queries files with user setting in the default directory. Listed are files with the file extension *.reg_list. 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
filenames: filename1,filename2,… Returns a string of file names separated by commas.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.regenerator.object.ulist.clone()
Subgroups