Specifications

2 Command System RIGOL
DS2000 Programming Guide
2-11
*ESE
Syntax
*ESE <mask>
*ESE?
Description
Set enable register for the standard event register set.
Query the current value of the enable register of the standard event register set.
Parameter
Name Type Range Default
<mask>
Integer 0 to 255 0
Explanation
<mask> is the sum of the weights of all the bits between bit 0 and bit 7 that have
already been set. If the bit has already been set, the corresponding binary bit is 1;
otherwise, it is 0.
Definitions of the bits in ESE register:
Bit Weights Name Enable
7 128 PON Power On
6 64 URQ User Request
5 32 CME Command Error
4 16 EXE Execution Error
3 8 DDE Dev. Dependent Error
2 4 QYE Query Error
1 2 RQL Request Control
0 1 OPC Operation Complete
Return Format
The query returns an integer between 0 and 255 which equals the sum of the
weights of all the bits that have already been set in the register.
For example, the query returns 144 if bit 4 (16 in decimal) and bit 7 (128 in decimal)
are enabled.