Initialization

SCPI Command :

SCONfiguration:EXTernal:REMote:INITialization:CATalog
class InitializationCls[source]

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

get_catalog() List[str][source]
# SCPI: 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.currentDirectory to change the default directory to the currently used one. Only files with extension *.iec are listed.

return

rf_rem_ctrl_scpi_init_cat_name_user: No help available

Cloning the Group

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

Subgroups