Catalog

SCPI Commands

CONFigure:FRAMe: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: CONFigure:FRAMe:IMPort:CATalog
value: List[str] = driver.configure.frame.importPy.catalog.get(path_information = '1')

Returns the names of all secondary device configuration files that are stored in the switch unit’s flash memory. All secondary switch unit configuration filenames have the extension ‘.iconn’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the interconnection configuration file ‘subunit1’, it is saved as ‘subunit1.iconn’. A query returns this filename as ‘subunit1’, only.

param path_information

No help available

return

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