User Manual

Section 4: Command reference Series 2200 Programmable DC Power Supplies Reference Manual
4-30 2200S-901-01 Rev. A/November 2011
Examples
*SRE 48 sets the bits in the SRER to 00110000 binary.
*SRE? might return a value of 32, showing that the bits in the
SRER have the binary value 00100000.
STATus:OPERation:ENABle
This command sets and queries the contents of the operation
enable register (OENR). The OENR is an eight-bit mask register
that determines which bits in the Operation Event Register (OEVR)
will affect the state of the OPER bit in the Status Byte Register
(SBR). Details about the status registers are available in Appendix
C, Registers (on page C-3).
Group
Status
Syntax
STATus:OPERation:ENABle <NR1>
STATus:OPERation:ENABle?
Related
Commands
STATus:OPERation:ENABle (on page 4-30)
STATus:OPERation[:EVENt]? (query only) (on page 4-31)
Arguments
<mask>::=<NR1>
where:
<NR1> is a decimal integer ranging from 0 through 255. The binary
bits of the OENR are set according to this value.
Returns
<mask>
Examples
STATUS:OPERATION:ENABLE 8
STATUS:OPERATION:ENABLE? might return 8, which would
indicate that only the Constant Current bit of the Operation Event
Register would affect the OPER bit of the Status Byte Register.