dataqueue
¶
The dataqueue commands module.
These commands are used in the following models: DAQ6510, DMM6500, DMM7510, MP5103, SMU2450, SMU2460, SMU2461, SMU2470, 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
- dataqueue.add()
- dataqueue.clear()
- dataqueue.count
- dataqueue.next()
Dataqueue
¶
Bases: BaseTSPCmd
The dataqueue command tree.
Constants
.CAPACITY: The maximum number of entries that you can store in the data queue.
Properties and methods
.add(): Thedataqueue.add()function..clear(): Thedataqueue.clear()function..count: Thedataqueue.countattribute..next(): Thedataqueue.next()function.
count
property
¶
count: str
Access the dataqueue.count attribute.
Description
- This attribute contains the number of items in the data queue.
Usage
- Accessing this property will send the
print(dataqueue.count)query.
TSP Syntax
- print(dataqueue.count)
| Raises: |
|
|---|
add
¶
Run the dataqueue.add() function.
Description
- This function adds an entry to the data queue.
TSP Syntax
- dataqueue.add()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|
clear
¶
clear() -> None
Run the dataqueue.clear() function.
Description
- This function clears the data queue.
TSP Syntax
- dataqueue.clear()
| Raises: |
|
|---|
next
¶
Run the dataqueue.next() function.
Description
- This function removes the next entry from the data queue.
TSP Syntax
- dataqueue.next()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|