History
SCPI Commands :
SYSTem:ERRor:HISTory:CLEar
SYSTem:ERRor:HISTory
- Commands in total: 2Subgroups: 0Direct child commands: 2
- clear() None[source]
# SYSTem:ERRor:HISTory:CLEar driver.system.error.history.clear()
Clears the error history.
- clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SYSTem:ERRor:HISTory:CLEar driver.system.error.history.clear_with_opc()
Clears the error history.
Same as clear, 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_value() str[source]
# SYSTem:ERRor:HISTory value: str = driver.system.error.history.get_value()
No help available