STATus:QUEStionable:CONDition?
Syntax
STATus:QUEStionable:CONDition?
Description
This command queries the condition register for the Questionable Data Register group. This is a read-only register and the bits are not cleared when you read the register.
For more information on the SCPI Status System for the Agilent 34980A, see the Status System Diagram. |
Used With:
34921A through 34925A Multiplexer Modules
34950A Digital I/O Module (digital input and counter channels only)
34952A Multifunction Module (digital input and totalizer channels only)
Remarks
The following table lists the bit definitions for the Questionable Data Register.
Bit Number |
Decimal Value |
Definition | |
0-10 |
Not Used |
Not Used |
"0" is returned. |
11 |
Totalizer Overflow |
2048 |
Count overflow on a totalizer channel. The maximum count is 4,294,967,295 (232 - 1). The count rolls over to "0" after reaching the maximum allowed value. |
12 |
Memory Overflow |
4096 |
Reading memory is full. One or more readings have been lost. |
13-15 |
Not Used |
Not Used |
"0" is returned. |
Return Format
The command reads the condition register and returns a decimal value which corresponds to the binary-weighted sum of all bits set in the register (see table above). For example, if bit 1 (decimal value = 2) and bit 9 (decimal value = 512) are set, this command will return "+514".
Example
The following command reads the condition register (bit 10 is set).
STAT:QUES:COND?
Typical Response: +1024