Specifications

Chapter 2 Command System RIGOL
M300 Programming Guide 2-195
STATus:PRESet
Syntax
STATus:PRESet
Description Clear the alarm enable register, the operation status enable register and the questionable
status enable register.
Example STAT:PRES
STAT:ALAR:ENAB?
The query returns 0.
Related
commands
STATus:ALARm:ENABle
STATus:OPERation:ENABle
STATus:QUEStionable:ENABle
STATus:QUEStionable:CONDition?
Syntax
STATus:QUEStionable:CONDition?
Description
Query the condition register for the Questionable Status Register set.
Explanation This is a read-only register and the bits are not cleared when you read the register.
A Factory Reset (send the
*RST command) clears all the bits in the condition register
for the Questionable Status Register set.
The bit definitions for the questionable status condition register are as shown in the
table below.
Bit
Bit Name
Weight
Definition
0-10
Not Used
1-1024
Always be 0.
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 which corresponds to the binary-weighted sum of all the bits
in the register. For example, if bit 12 (4096 in decimal) is set, this command will return
4096 (#b1000000000000).
Example STAT:QUES:COND?
The query returns 4096.
Related
commands
STATus:QUEStionable:ENABle
STATus:QUEStionable[:EVENt]?