Catalog

SCPI Commands

CONFigure:ALL:RESTore:CATalog
class Catalog[source]

Catalog commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(restore_file_info: Optional[str] = None) List[str][source]
# SCPI: CONFigure:ALL:RESTore:CATalog
value: List[str] = driver.configure.all.restore.catalog.get(restore_file_info = '1')

Queries the names of all backup files that are stored in the switch unit’s internal flash memory. Each of these backup files comprises a full set of switch unit settings. All configuration filenames have the extension ‘.backup’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the ‘Interconnection’ definition file ‘settings-2018-10-25’, it is saved as ‘settings-2018-10-25.backup’. A query returns this filename as ‘settings-2018-10-25’, only.

param restore_file_info

No help available

return

list_of_backup_files: Comma-separated list of filenames, each in quotation marks. If no files exist, an empty string ‘’ is returned.