Initialization

SCPI Command :

SCONfiguration:EXTernal:REMote:INITialization:CATalog
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_catalog() List[str][source]
# SCONfiguration:EXTernal:REMote:INITialization:CATalog
value: List[str] = driver.sconfiguration.external.remote.initialization.get_catalog()

Queries the names of the existing initialization files in the default directory. Per default, the instrument saves user-defined files in the /var/user/ directory. Use the command method RsSmw.massMemory.current_directory() to change the default directory to the currently used one. Only files with extension iec are listed.

Cloning the Group

# Create a copy of the original group, that exists independently
initialization_copy = driver.sconfiguration.external.remote.initialization.clone()

Subgroups