Manual

P
ART
T
WO
:
COMMANDS
140
ISSUED: February 2005
WM-RCM-E Rev D
STATUS
*ESE
Command/Query
DESCRIPTION
The *ESE command sets the Standard Event Status Enable
register (ESE). This command allows one or more events in the
ESR register to be reflected in the ESB summary message bit (bit
5) of the STB register. For an overview of the ESB defined events,
refer to the ESR table on page 142.
The *ESE? query reads the contents of the ESE register.
COMMAND SYNTAX
*ESE <value>
<value> : = 0 to 255
QUERY SYNTAX
*ESE?
RESPONSE FORMAT
*ESE <value>
EXAMPLE (GPIB) The following instruction allows the ESB bit to be set if a user
request (URQ bit 6, i.e. decimal 64) and/or a device dependent
error (DDE bit 3, i.e. decimal 8) occurs. Summing these values
yields the ESE register mask 64+8=72.
CMD$=“*ESE 72”: CALL IBWRT(SCOPE%,CMD$)
RELATED COMMANDS
*ESR