Ulist

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect:ULISt:CATalog
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get_catalog() List[str][source]
# [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.

Returns:

filenames: filename1,filename2,… Returns a string of file names separated by commas.

Cloning the Group

# Create a copy of the original group, that exists independently
ulist_copy = driver.source.regenerator.object.ulist.clone()

Subgroups