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()

No command help available

return:

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