User Manual

Series 2200 Programmable DC Power Supplies Reference Manual Section 4: Command reference
2200S-901-01 Rev. A/November 2011 4-3
CONFigure:SOUNd[:STATe]
This command turns the key beep sound on or off.
Group
System
Syntax
CONFigure:SOUNd[:STATe] {0|1|ON|OFF}
CONFigure:SOUNd[:STATe]?
Arguments
0 or OFF turns the key beep sound off.
1 or ON turns the key beep sound on.
Returns
0|1
Examples
CONF:SOUN:OFF
CONF:SOUN? might return 0, indicating the key beeper is turned off.
*ESE
Sets and queries the bits in the Event Status Enable Register
(ESER). The ESER is an eight-bit mask register that determines
which bits in the Standard Event Status Register(SESR) will set the
ESB bit in the Status Byte Register (SBR) See Appendix C,
Registers (on page C-3) for more information about registers.
Group
Status
Syntax
*ESE <mask>
*ESE?
Related
Commands
*CLS (no query form) (on page 4-2)
*ESR? (query only) (on page 4-4)
Arguments
<mask>::=<NR1>
where:
<NR1> is a value in the range from 0 through 255. The binary bits
of the ESER are set according to this value.
The power-on default for ESER is 0 if *PSC is 1. If *PSC is 0, the
ESER maintains its value through a power cycle.
Examples
*ESE 145 sets the ESER to binary 10010001, which enables the
PON, EXE, and OPC bits.
*ESE might return the string *ESE 186, showing that the ESER
contains the binary value 10111010.