Remote Operation
SCPI Commands for Digital Interfaces
Release 3.0 135
To check the setting:
OUTP:AUXA:SOUR?
To set up Auxiliary line B:
OUTP:AUXB:SOUR <aux-line-mnemonic>
To set the polarity of the auxiliary status lines:
OUTP:AUXA:POL {HIGH|LOW}
OUTP:AUXB:POL {HIGH|LOW}
Where:
HIGH means that the logic of the output is active high. (That is, if the condition is
true, the line is pulled high.)
LOW means the logic of the output is active low.
The user can select polarity for either of the auxiliary lines.
To check the state of the line:
OUTP:AUXA:STAT?
This command returns a 1 or 0. If it returns a 1, this means that the status selected as
the auxiliary line mnemonic is true.
Read Error
Messages
To read from the error queue:
SYST:ERR?
This command returns an error code and message from the error queue. For example:
-315, “Configuration memory test”
-100, “Command error”
0, “No error”
The queue can store up to 50 error messages. See Appendix C, “Error Messages” for
descriptions of the messages.