Catalog

SCPI Command :

MMEMory:CATalog
class CatalogCls[source]

Catalog commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() str[source]
# SCPI: MMEMory:CATalog
value: str = driver.massMemory.catalog.get_value()

Returns the content of a particular directory.

return:

catalog: string String parameter to specify the directory. If you leave out the path, the command returns the contents of the directory selected with method RsSmw.MassMemory.currentDirectory. The path may be relative or absolute.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.massMemory.catalog.clone()

Subgroups