User`s guide

21-3
IEEE 488.2 Common Commands
*ESE (Event Status Enable)
*ESE (Event Status Enable)
Description The *ESE command sets the Standard Event Status Enable Register
bits. The Standard Event Status Enable Register contains a mask
value for the bits to be enabled in the Standard Event Status Register.
A “one” in the Standard Event Status Enable Register will enable the
corresponding bit in the Standard Event Status Register, a logic zero
will disable the bit. The *ESE query returns the contents of the
Standard Event Status Enable Register.
Command Syntax *ESE? <mask>
Where <mask> = 0 to 255
Example
In this example,the *ESE 1 command will enable the OPC (operation
complete) bit 6 of the Standard Event Status Enable Register.
OUTPUT 714;”*ESE 1”
Query Syntax *ESE?
Returned Format
<mask><NL>
Where <mask> = 0 to 255
Example
OUTPUT 714;”*ESE?”
ENTER 714;Event
PRINT Event