User`s guide
Table Of Contents
- Agilent E3632A DC Power Supply
- Table of Contents
- List of Figures
- List of Tables
- 1 Getting Started
- 2 Operation and Features
- Overview
- Constant Voltage Operation
- Constant Current Operation
- Storing and Recalling Operating States
- Programming the Overvoltage Protection
- Programming the Overcurrent Protection
- Remote Voltage Sensing
- Disabling the Output
- System-Related Operations
- Remote Interface Configuration
- GPIB Interface Configuration
- RS-232 Interface Configuration
- Calibration
- 3 Remote Interface Reference
- SCPI Command Summary
- Introduction to the SCPI Language
- Simplified Programming Overview
- Using the APPLy Command
- Output Settings and Operation Commands
- Triggering Commands
- System-Related Commands
- Calibration Commands
- RS-232 Interface Commands
- SCPI Status Registers
- What is an event register?
- What is an enable register?
- SCPI status system
- The Questionable Status register
- The Standard Event register
- The Status Byte register
- Using Service Request (SRQ) and Serial POLL
- Using *STB? to read the Status Byte
- Using the Message Available Bit (MAV)
- To interrupt your bus controller using SRQ
- To determine when a command sequence is completed
- Using *OPC to signal when data is in the output buffer
- Status Reporting Commands
- Halting an Output in Progress
- SCPI Conformance Information
- IEEE-488 Conformance Information
- 4 Error Messages
- 5 Application Programs
- 6 Tutorial
- 7 Characteristics and Specifications

Remote Interface Reference 3
SCPI Status Registers
E3632A User’s Guide 113
The Status Byte Enable register (request service) is cleared
when:
• you execute the *SRE 0 command.
• you turn on the power and have previously configured the
power supply using the *PSC 1 command.
The enable register will not be cleared at power- on if you
have previously configured the power supply using *PSC 0.
Using Service Request (SRQ) and Serial POLL
You must configure your bus controller to respond to the
IEEE- 488 service request (SRQ) interrupt to use this
capability. Use the Status Byte Enable register (*SRE
command) to select which summary bits will set the
low- level IEEE- 488 service request signal. When bit 6
(request service) is set in the Status Byte, an IEEE- 488
service request interrupt message is automatically sent to
the bus controller. The bus controller may then poll the
instruments on the bus to identify which one requested
service (the instrument with bit 6 set in its Status Byte).
To read the Status Byte summary register, send the
IEEE- 488 serial poll message. Querying the summary register
will return a decimal value which corresponds to the
binary- weighted sum of the bits set in the register. Serial
poll will automatically clear the request service bit in the
Status Byte summary register. No other bits are affected.
Performing a serial poll will not affect instrument
throughput.
NOTE
The request service bit is cleared only by reading the Status Byte using an
IEEE-488 serial poll or by reading the event register whose summary bit is
causing the service request.