Help

SCPI Commands :

SYSTem:HELP:EXPort
SYSTem:HELP:HEADers
Commands in total: 4
Subgroups: 1
Direct child commands: 2
export() None[source]
# SYSTem:HELP:EXPort
driver.system.help.export()

Saves the online help as zip archive in the user directory.

export_with_opc(opc_timeout_ms: int = -1) None[source]
# SYSTem:HELP:EXPort
driver.system.help.export_with_opc()

Saves the online help as zip archive in the user directory.

Same as export, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

get_headers() str[source]
# SYSTem:HELP:HEADers
value: str = driver.system.help.get_headers()

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
help_copy = driver.system.help.clone()

Subgroups