RIGOL  Chapter 2 Command System 
2-10  DL3000 Programming Guide 
:STATus:QUEStionable:ENABle 
Syntax  :STATus:QUEStionable:ENABle <enable value> 
:STATus:QUEStionable:ENABle? 
Description  Enables bits in the enable register part of the questionable status register. 
Queries the bit enabled in the enable register part of the questionable status register. 
Parameter 
Remarks    The parameter <enable value> is a decimal value. It corresponds to the 
binary-weighted sum of the bit enabled in the enable register part of the 
questionable status register. The definitions for the bits in the questionable status 
register and the decimal value that corresponds to the binary-weighted value are 
shown in Table 1-1. 
  After the bit in the enable register part of the questionable status register is 
enabled, the system will report the status of the bit to the status byte register. 
  When the parameter <enable value> is set to 0, you can run the command to clear 
the enable register part of the questionable status register. 
Return 
The query returns a decimal value. It corresponds to the binary-weighted sum of the bit 
enabled in the enable register part of the questionable status register. For example, 17. 
Example  :STAT:QUES:ENAB 17   /*Enables Bit 0 and Bit 4 in the enable register part of the 
questionable status register.*/ 
:STAT:QUES:ENAB?    /*Queries the bit enabled in the enable register part of the 
questionable status register. The query returns 17.*/ 
 
 
 
:STATus:QUEStionable[:EVENt]? 
:STATus:QUEStionable[:EVENt]? 
Queries the event register of the questionable status register. 
Remarks    The query returns a decimal value. It corresponds to the binary-weighted sum of all 
the bits in the enable register part of the standard event status register. The 
command also clears the status of the register. The definitions for the bits in the 
questionable status register and the decimal value that corresponds to the 
binary-weighted value are shown in Table 1-1. 
  The bit in the event register part of the questionable status register is latched, and 
reading the event register part will clear the register. You can also send the 
*CLS 
command to clear the register. 
Return 
The query returns a decimal value. It corresponds to the binary-weighted sum of all the 
bits in the event register part of the questionable status register. For example, 17. 
Example  :STAT:QUES?                /*Queries the event register part of the questionable status register. 
The query returns 17.*/ 
Related 
*CLS