Catalog

SCPI Commands

ROUTe:PATH:IMPort:CATalog
class Catalog[source]

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

get(path_information: Optional[str] = None) List[str][source]
# SCPI: ROUTe:PATH:IMPort:CATalog
value: List[str] = driver.route.path.importPy.catalog.get(path_information = '1')

Returns the names of all switching path configuration files that are stored in the switch unit’s flash memory. All path filenames have the extension ‘.path’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the path file ‘gen-pa_1’, it is saved as ‘gen-pa_1.path’. A query returns this filename as ‘gen-pa_1’, only. The command MMEMory:CATalog? is equivalent with method RsOsp.Route. Path.ImportPy.Catalog.get_

param path_information

No help available

return

list_of_exp_path_configs: Comma-separated list of filenames, each in quotation marks.