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

4 Error Messages
Execution Error Messages
132 E3632A User’s Guide
-138 Suffix not allowed
A suffix was received following a numeric parameter which does not accept a suffix.
Example: STAT:QUES:ENAB 18 SEC (SEC is not a valid suffix.)
-141 Invalid character data
Either the character data element contained an invalid character or the particular element received was
not valid for the header.
-144 Character data too long
The character data element contained too many characters.
-148 Character data not allowed
A discrete parameter was received but a character string or a numeric parameter was expected. Check
the list of parameters to verify that you have used a valid parameter type.
Example: DISP:TEXT ON
-151 Invalid string data
An invalid character string was received. Check to see if you have enclosed the character string in single
or double quotes.
Example: DISP:TEXT ’ON
-158 String data not allowed
A character string was received but is not allowed for the command. Check the list of parameters to
verify that you have used a valid parameter type.
Example: TRIG:DEL ‘zero’
-160 to -168 Block data errors
The power supply does not accept block data.
-170 to -178 Expression errors
The power supply does not accept mathematical expressions.
-211 Trigger ignored
A Group Execute Trigger (GET) or *TRG was received but the trigger was ignored. The trigger source
should be selected to the bus and the trigger subsystem should be initiated by the INIT[:IMM]
command.
-213 Init ignored
An INITiate command was received but could not be executed because a measurement was already
in progress. Send a device clear to halt a measurement in progress and place the power supply in the
“idle” state.
Table 4 - 1 Execution error messages (continued)