Series 2280 Precision DC Power Supply Reference Manual
Section 7: SCPI command reference
077085503 / March 2019
7-101
:STATus:OPERation:ENABle
This command sets or reads the contents of the Operation Event Enable Register of the status model.
Type
Affected by
Where saved
Default value
Command and query
Power cycle
Not applicable
0
Usage
:STATus:OPERation:ENABle <n>
:STATus:OPERation:ENABle?
[n]
The status of the operation status register
Details
This command sets or reads the contents of the enable register of the Operation Event Register.
When one of these bits is set and the corresponding bit in the Operation Event Register is set, the
OSB 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:OPER: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
(on page D-11)
:STATus:OPERation:INSTrument[:EVENt]?
This command reads and clears the Operation Instrument Event Register of the status model.
Type
Affected by
Where saved
Default value
Query only
Not applicable
Not applicable
Not applicable
Usage
:STATus:OPERation:INSTrument[:EVENt]?
Details
This attribute reads the Operation 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
Operation Instrument Event Register
(on page D-12).
Also see
None