Dcatalog
SCPI Command :
MMEMory:DCATalog
- class DcatalogCls[source]
Dcatalog commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_value() str [source]
# SCPI: MMEMory:DCATalog value: str = driver.massMemory.dcatalog.get_value()
Returns the subdirectories of a particular directory.
- return:
dcatalog: Names of the subdirectories separated by colons. The first two strings are related to the parent directory.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.massMemory.dcatalog.clone()
Subgroups