Series 2280 Precision DC Power Supply Reference Manual Section 7: SCPI command reference
077085503 / March 2019 7-107
:STATus:QUEStionable:ENABle
This command sets or reads the contents of the Questionable Event Enable Register of the status model.
Usage
:STATus:QUEStionable:ENABle <n>
:STATus:QUEStionable:ENABle?
The value of the Questionable Status Enable Register
Details
This command sets or reads the contents of the enable register of the Questionable Event Register.
When one of these bits is set and the corresponding bit in the Questionable Event Register is set, the
QSM bit in the Status Byte Register is set.
When sending binary values, preface <n> with #b. When sending hexadecimal values, preface <n>
with #h. No preface is needed when sending decimal values.
Example
:STAT:QUES:ENAB #b0010000000000000
Sets the operation Status Enable Register
using a binary value.
You could also send the decimal value 8192
or the hexadecimal value #h2000.
Also see
Questionable Event Register (on page D-14)
:STATus:QUEStionable:INSTrument[:EVENt]?
This command reads and clears the Questionable Instrument Event Register of the status model.
Usage
:STATus:QUEStionable:INSTrument[:EVENt]?
Details
This attribute reads the Questionable Instrument Event Register of the status model and then clears
the register.
The instrument returns a decimal value that corresponds to the binary-weighted sum of all bits set in
the register. For details, see Questionable Instrument Event Register (on page D-15).
Also see
None