Dcatalog

SCPI Command :

MMEMory:DCATalog
class DcatalogCls[source]

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

get(path_name: str = None) List[str][source]
# SCPI: MMEMory:DCATalog
value: List[str] = driver.massMemory.dcatalog.get(path_name = 'abc')

Returns the subdirectories of the current or of a specified directory.

param path_name:

If this parameter is omitted, the command queries the contents of the current directory (see method RsCMPX_Base.MassMemory.CurrentDirectory.set) . If the wildcards ? or * are used, only the subdirectories matching this pattern are returned.

return:

file_entry: Comma-separated list of strings with subdirectory names, one string per name

Cloning the Group

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

Subgroups