History

SCPI Commands :

SYSTem:ERRor:HISTory:CLEar
SYSTem:ERRor:HISTory
class HistoryCls[source]

History commands group definition. 2 total commands, 0 Subgroups, 2 group commands

clear() None[source]
# SCPI: SYSTem:ERRor:HISTory:CLEar
driver.system.error.history.clear()

Clears the error history.

clear_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: 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 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_value() str[source]
# SCPI: SYSTem:ERRor:HISTory
value: str = driver.system.error.history.get_value()

No command help available

return

error_history: No help available