Remote control commands and queries, Status – Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual
Page 163

Remote Control Commands and Queries
WM-RCM-E Rev D
ISSUED: February 2005
157
STATUS
INE
Command/Query
DESCRIPTION
The INE command sets the INternal state change Enable register
(INE). This command allows one or more events in the INR
register to be reflected in the INB summary message bit (bit 0) of
the STB register. For an overview of the INR defined events, refer
to the table on the next page.
The INE? query reads the contents of the INE register.
COMMAND SYNTAX
INE
<value>
<value> : = 0 to 65535
QUERY SYNTAX
INE?
RESPONSE FORMAT
INE
<value>
EXAMPLE (GPIB)
The following instruction allows the INB bit to be set whenever a
screen dump has finished (bit 1, i.e. decimal 2), or a waveform has
been acquired (bit 0, i.e. decimal 1), or both of these. Summing these
two values yields the INE mask 2+1=3.
CMD$=“INE 3”: CALL IBWRT(SCOPE%,CMD$)
RELATED COMMANDS
INR?