Queue

SCPI Command :

STATus:QUEue:[NEXT]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_next() str[source]
# STATus:QUEue:[NEXT]
value: str = driver.status.queue.get_next()

Queries the oldest entry in the error queue and then deletes it. Positive error numbers denote device-specific errors, and negative error numbers denote error messages defined by SCPI. If the error queue is empty, 0 (‘No error’) is returned. The command is identical to SYSTem:ERRor.

Returns:

next_py: string