Help
SCPI Commands :
SYSTem:HELP:EXPort
SYSTem:HELP:HEADers
- class HelpCls[source]
Help commands group definition. 4 total commands, 1 Subgroups, 2 group commands
- export() None [source]
# SCPI: 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]
# SCPI: 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 RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.
- get_headers() str [source]
# SCPI: SYSTem:HELP:HEADers value: str = driver.system.help.get_headers()
No command help available
- return
headers: No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.system.help.clone()
Subgroups