User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
INE
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 Internal State Register Structure (INR) table in the
INR? topic for more information.
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, for
example decimal 2), or a waveform is acquired (bit 0, for example 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?
6-134