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:

No help available

return:

file_entry: No help available

Cloning the Group

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

Subgroups