Specifications
RIGOL Chapter 2 Command System
2-196 M300 Programming Guide
STATus:QUEStionable:ENABle
Syntax STATus:QUEStionable:ENABle <enable value>
STATus:QUEStionable:ENABle?
Description
Set or query the enable register for the Questionable Status Register set.
Parameters
Name Type Range Default
<enable_value>
Integer
0 to 65535
None
Explanation When the events correspond to the bits that are set to 1 in the register occurs, the bits
are then reported to the status byte register.
Sending the
STATus:PRESet command will set this register to 0.
The bit definitions for the questionable status enable register are as shown in the table
below.
Bit
Bit Name
Weight
Definition
0
Voltage Overload
1
The instrument has experienced a
voltage overload.
1
Current Overload
2
The instrument has experienced a
current overload.
2-8
Not Used
4-256
Always be 0.
9
Res Overload
512
The instrument has experienced a
resistance overload.
10
Temperature
Overload
1024
The instrument has experienced a
temperature overload.
11
Totalizer Overflow
2048
A totalizer has counted past its limit
(42,9496,7295 (2
32
- 1)).
12
Memory Overflow
4096
The reading memory has overflowed
(10,0000).
13-15
Not Used
8192-32768
Always be 0.
Return
Format
The query returns an integer that corresponds to the binary-weighted sum of all the bits in
the register. For example, if bit 10 (1024 in decimal) and bit 9 (512 in decimal) are enabled,
the query will return 1536 (#b11000000000).
Example STAT:QUES:ENAB 1536
STAT:QUES:ENAB?
The query retruns 1536.
Related
commands
STATus:QUEStionable[:EVENt]?
STATus:QUEStionable:CONDition?
STATus:PRESet