Queue

SCPI Command :

STATus:QUEue:[NEXT]
class QueueCls[source]

Queue commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_next() str[source]
# SCPI: 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[:NEXT]?.

return

next_py: string