Queue

SCPI Commands :

DIAGnostic:ERRor:QUEue:SIZE
DIAGnostic:ERRor:QUEue:LENGth
class QueueCls[source]

Queue commands group definition. 3 total commands, 1 Subgroups, 2 group commands

get_length() int[source]
# SCPI: DIAGnostic:ERRor:QUEue:LENGth
value: int = driver.diagnostic.error.queue.get_length()

No command help available

return:

text_length: No help available

get_size() int[source]
# SCPI: DIAGnostic:ERRor:QUEue:SIZE
value: int = driver.diagnostic.error.queue.get_size()

No command help available

return:

size: No help available

set_length(text_length: int) None[source]
# SCPI: DIAGnostic:ERRor:QUEue:LENGth
driver.diagnostic.error.queue.set_length(text_length = 1)

No command help available

param text_length:

No help available

set_size(size: int) None[source]
# SCPI: DIAGnostic:ERRor:QUEue:SIZE
driver.diagnostic.error.queue.set_size(size = 1)

No command help available

param size:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.error.queue.clone()

Subgroups