Catalog
SCPI Command :
MMEMory:CATalog
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_value() str[source]
# MMEMory:CATalog value: str = driver.massMemory.catalog.get_value()
Returns the content of a particular directory.
- Returns:
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.current_directory(). The path can be relative or absolute.
Cloning the Group
# Create a copy of the original group, that exists independently
catalog_copy = driver.massMemory.catalog.clone()
Subgroups