Additional SCPI Commands 15-15
:ENABle <list>
:STATus:QUEue:ENABle <list> Enable messages for Error Queue
Parameter
<list> = (numlist)
where numlist is a specified list of messages that you wish to enable for the Error Queue.
Description
On power-up, all error messages are enabled and will go into the Error Queue as they occur.
Status messages are not enabled and will not go into the queue. This command is used to specify
which messages you want enabled. Messages not specified will be disabled and prevented from
entering the queue.
When this command is sent, all messages will first be disabled, then the messages specified
in the list will be enabled. Thus, the returned list (:ENABle?) will contain all the enabled
messages.
Messages are specified by numbers (see Appendix B). 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.
NOTE To disable all messages from entering the Error Queue, send the following command:
:stat:que:enab ()
:DISable <list>
:STATus:QUEue:DISable <list> Disable messages for Error Queue
Parameter
<list> = (numlist)
where numlist is a specified list of messages that you wish to disable for the Error Queue.
Description
On power-up, all error messages are enabled and will go into the Error Queue as they occur.
Status messages are not enabled and will not go into the queue. This command is used to specify
which messages you want disabled. Disabled messages are prevented from going into the Error
Queue.
Messages are specified by numbers (see Appendix B). See :QUEue:ENABle for examples to
express a numlist.