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 109
The Questionable Status register
The Questionable Status register provides information about
voltage and current regulation. Bit 0 is set when the voltage
becomes unregulated, and bit 1 is set if the current becomes
unregulated. For example if the power supply momentarily
goes to the constant current mode when the power supply is
operating as a voltage source (constant voltage mode), bit 0
is set to indicate that the voltage output is not regulated.
The Questionable Status register also provides information
that the power supply has an overtemperature condition and
that the overvoltage and overcurrent protection circuits have
tripped. Bit 4 reports an overtemperature condition of the
fan, bit 9 reports that the overvoltage protection circuit has
tripped, and bit 10 reports that the overcurrent protection
circuit has tripped. To read the register, send
STATus:QUEStionable?.
The Questionable Status event register is cleared when:
• you execute the *CLS (clear status) command.
• you query the event register using STAT:QUES? (status
questionable event register) command.
Table 3 - 4 Bit definitions — Questionable Status register
Bit Decimal value Definition
0 Voltage 1 The power supply is/was in the constant current mode.
1 Current 2 The power supply is/was in the constant voltage mode.
2–3 Not used 0 Always set to 0.
4 Over temperature 16 The fan has a fault condition.
5–8 Not used 0 Always set to 0.
9 Over voltage 512 The overvoltage protection circuit has tripped.
10 Over current 1024 The overcurrent protection circuit has tripped.
11–15 Not used 0 Always set to 0.