Catalog

SCPI Command :

MMEMory:CATalog
class CatalogCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Used_Memory: int: No parameter help available

  • Free_Memory: int: No parameter help available

  • File_Entry: List[str]: No parameter help available

get(path_name: str, format_py: CatalogFormat = None) GetStruct[source]
# SCPI: MMEMory:CATalog
value: GetStruct = driver.massMemory.catalog.get(path_name = 'abc', format_py = enums.CatalogFormat.ALL)

Returns information on the contents of the current or of a specified directory.

param path_name:

No help available

param format_py:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

Cloning the Group

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

Subgroups