Model 6517B Electrometer Reference Manual
Section 14: SCPI command reference
6517B-901-01 Rev. C / August 2015
14-121
ENABle <list>
This command is used to enable messages for the error queue.
Usage
:STATus:QUEue:ENABle <list>
:ENABle?
<list>
(numlist)
Where:
numlist is a specified list of messages that you wish to enable for the error queue
Details
On power-up, all error messages are enabled and go into the error queue as they occur. Status
messages are not enabled and do not go into the queue. This command is used to specify which
messages you want enabled. Messages not specified are disabled and prevented from entering the
queue.
When this command is sent, all messages are disabled, then the messages specified in the list is
enabled. Thus, the returned list (
:ENABle?
) contains all the enabled messages.
Messages are specified by numbers (see
Status and error messages
(on page 2-11)). The following
examples show various forms for expressing a message numlist:
Numlist = -110
Single message
-110, -140, -222
Messages separated by commas
-110:-222
Range of messages (-110 through -222)
-110:-222, -230
Range entry and single entry separated by a comma
To disable all messages from entering the error queue, send the following command:
:stat:que:enab ()
Also see
None