System Commands
STATUS
DESCRIPTION
COMMAND SYNTAX
QUERY SYNTAX
Response format
EXAMPLE (GPIB)
RELATED COMMANDS
INE
Command/Query
The INE command sets the Internal state change Enable register
(INE). This command allows one or more events in the INR regis-
ter 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
Table 7, page 99.
The INE? query reads the contents of the INE register.
Note: This command can be executed in both local and remote
modes.
INE <value>
<value> := 0 to 65 535
INE?
INE <value>
The following command allows the INB bit to be set whenever a
screen dump has finished (bit 1, i.e. decimal 2) and/or a waveform
has been acquired (bit 0, i.e. decimal 1). Summing these two val-
ues yields the INE mask 2+1=3.
CMD$="INE 3": CALL IBWRT(SCOPE%,CMD$)
INR?
98