Error

SCPI Commands :

SYSTem:ERRor:ALL
SYSTem:ERRor:COUNt
class ErrorCls[source]

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

get_all() str[source]
# SCPI: SYSTem:ERRor:ALL
value: str = driver.system.error.get_all()

Queries the error/event queue for all unread items and removes them from the queue. The response is a comma-separated list of error number and a short description of the error in FIFO order. Positive error numbers are instrument-dependent. Negative error numbers are reserved by the SCPI standard.

return:

all_py: string List of: Error/event_number,’Error/event_description[;Device-dependent info]’ If the queue is empty, the response is 0,’No error’

get_count() str[source]
# SCPI: SYSTem:ERRor:COUNt
value: str = driver.system.error.get_count()

Queries the number of entries in the error queue. If the error queue is empty, ‘0’ is returned.

return:

count: string