Dcatalog

SCPI Command :

MMEMory:DCATalog
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_value() str[source]
# MMEMory:DCATalog
value: str = driver.massMemory.dcatalog.get_value()

Returns the subdirectories of a particular directory.

Returns:

dcatalog: file_entry Names of the subdirectories separated by colons. The first two strings are related to the parent directory.

Cloning the Group

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

Subgroups