errorqueue

The errorqueue commands module.

These commands are used in the following models: SMU2601B, SMU2602B, SMU2604B, SMU2606B, SMU2611B, SMU2612B, SMU2614B, SMU2634B, SMU2635B, SMU2636B, SMU2651A, SMU2657A, SS3706A

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Attributes and Functions
- errorqueue.clear()
- errorqueue.count
- errorqueue.next()

Errorqueue

Bases: BaseTSPCmd

The errorqueue command tree.

Properties and methods
  • .clear(): The errorqueue.clear() function.
  • .count: The errorqueue.count attribute.
  • .next(): The errorqueue.next() function.

count property

count: str

Access the errorqueue.count attribute.

Description
  • This attribute gets the number of entries in the error queue.
Usage
  • Accessing this property will send the print(errorqueue.count) query.
TSP Syntax
- print(errorqueue.count)
Raises:

clear

clear() -> None

Run the errorqueue.clear() function.

Description
  • This function clears all entries out of the error queue.
TSP Syntax
- errorqueue.clear()
Raises:

next

next() -> str

Run the errorqueue.next() function.

Description
  • This function reads the oldest entry from the error queue and removes it from the queue.
TSP Syntax
- errorqueue.next()
Returns:
  • str

    The result of the function call.

Raises: