Queue

SCPI Command :

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

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

class NextStruct[source]

Structure for reading output parameters. Fields:

  • Error_Code: int: No parameter help available

  • Error_Description: str: No parameter help available

get_next() NextStruct[source]
# SCPI: STATus:QUEue[:NEXT]
value: NextStruct = driver.status.queue.get_next()

Queries and at the same time deletes the oldest entry in the error queue. Operation is identical to that of SYSTem:ERRor[:NEXT]?.

return:

structure: for return value, see the help for NextStruct structure arguments.