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
Introduction to the SCPI Language
E3632A User’s Guide 75
Command format used in this manual
The format used to show commands in this manual is shown
below:
CURRent {<current>|MINimum|MAXimum|UP|DOWN}
The command syntax shows most commands (and some
parameters) as a mixture of upper- case and lower- case
letters. The upper- case letters indicate the abbreviated
spelling for the command. For shorter program lines, send
the abbreviated form. For better program readability, send
the long form.
For example, in the above syntax statement, CURR and
CURRENT are both acceptable forms. You can use upper- case
or lower- case letters. Therefore, CURRENT, curr, and Curr
are all acceptable. Other forms, such as CUR and CURREN,
will generate an error.
Braces ({}) enclose the parameter choices for a given
command string. The braces are not sent with the command
string.
A vertical bar (|) separates multiple parameter choices for a
given command string.
Triangle brackets (<>) indicate that you must specify a value
for the enclosed parameter. For example, the above syntax
statement shows the current parameter enclosed in triangle
brackets. The brackets are not sent with the command
string. You must specify a value for the parameter (such as
CURR 0.1).
Some parameters are enclosed in square brackets ([]). The
brackets indicate that the parameter is optional and can be
omitted. The brackets are not sent with the command string.
If you do not specify a value for an optional parameter, the
power supply chooses a default value.