Agilent Part No. 5964-8269 Printed in Malaysia
Microfiche Part No. 5964-8270 July, 2001
Safety Guidelines
The beginning of the power supply Operating Manual has a Safety Summary page. Be sure you are familiar with the
information on that page before programming the power supply for operation from a controller.
ENERGY HAZARD. Power supplies with high output currents (such as the Series 668xA/669xA)
can provide more than 240 VA at more than 2 V. If the output connections touch, severe arcing may
occur resulting in burns, ignition or welding of parts. Take proper precautions before remotely
programming the output circuits.
Printing History
The edition and current revision of this guide are indicated below. Reprints of this guide containing minor corrections and
updates may have the same printing date. Revised editions are identified by a new printing date. A revised edition
incorporates all new or corrected material since the previous printing. Changes to the guide occurring between revisions are
covered by change sheets shipped with the guide.
Prerequisites for Using this Guide8
VXIplug&play Power Product Instrument Drivers8
Downloading and Installing the Driver8
Accessing Online Help8
REMOTE PROGRAMMING9
GPIB Capabilities Of The Power Supply9
Introduction To SCPI9
Conventions9
SCPI Messages10
Types of SCPI Commands10
Structure of a SCPI Message10
Parts of a SCPI Message11
Traversing the Command Tree12
Including Common Commands14
SCPI Queries14
Value Coupling14
SCPI Data Formats14
Examples15
Controlling Output16
Saving and Recalling States17
Writing to the Display17
Programming Status17
Programming the Digital I/O Port18
System Considerations18
The GPIB Address18
DOS Drivers20
Agilent BASIC Controllers20
Sample Program Code20
LANGUAGE DICTIONARY25
Introduction25
Parameters25
Related Commands25
Order of Presentation25
Common Commands25
Subsystem Commands25
Power Supply Status Structure51
Operation Status Group51
Register Functions51
Register Commands51
Questionable Status Group53
Register Functions53
Register Commands53
Standard Event Status Group53
Register Functions53
Register Commands53
Status Byte Register54
The RQS Bit54
The MSS Bit54
Determining the Cause of a Service Interrupt54
Service Request Enable Register54
Output Queue54
Initial Conditions At Power On54
Status Registers54
The PON (Power-On) Bit55
Examples55
Servicing an Operation Status Mode Event55
Adding More Operation Events56
Servicing Questionable Status Events56
Monitoring Both Phases of a Status Transition56
SCPI Command Completion57
DFI (Discrete Fault Indicator)57
RI (Remote Inhibit)57
ERROR MESSAGES59
Power Supply Hardware Error Messages59
Calibration Error Messages59
System Error Messages59
This guide provides remote programming information for the following series of GPIB programmable power supplies:
•AGILENT Series 664xA, 665xA, 667xA, 668xA, and 669xA
You will find the following information in the rest of this guide:Chapter 2Introduction to SCPI messages structure, syntax, and data formats. Examples of SCPI programs.Chapter 3Dictionary of SCPI commands. Table of programming parameters.Chapter 4Description of the status registers.Chapter 5Error messages.Appendix ASCPI conformance information.Appendix BUse of the alternate Compatibility programming language.
Documentation Summary
User’s Guide
The Operating Guide, shipped with the power supply, has information helpful to programming the power supply and
explains the SCPI commands used for remote calibration. Sample calibration and verification programs are included.
1
External Documents
SCPI References
The following documents will assist you with programming in SCPI:
• Standard Commands for Programmable Instruments Volume 1, Syntax and Style
• Standard Commands for Programmable Instruments Volume 2, Command References
• Standard Commands for Programmable Instruments Volume 3, Data Interchange Format
• Standard Commands for Programmable Instruments Volume 4, Instrument Classes
To obtain a copy of the above documents, contact: Fred Bode, Executive Director, SCPI Consortium, 8380 Hercules Drive,
Suite P3, Ls Mesa, CA 91942, USA
GPIB References
The most important GPIB documents are your controller programming manuals - Agilent BASIC, GPIB Command Library
for MS DOS, etc. Refer to these for all non-SCPI commands (for example: Local Lockout).
The following are two formal documents concerning the GPIB interface:
aANSI/IEEE Std. 488.1-1987 IEEE Standard Digital Interface for Programmable Instrumentation. Defines the
technical details of the GPIB interface. While much of the information is beyond the need of most programmers, it can serve
to clarify terms used in this guide and in related documents.
aANSI/IEEE Std. 488.2-1987 IEEE Standard Codes, Formats, Protocols, and Common Commands. Recommended
as a reference only if you intend to do fairly sophisticated programming. Helpful for finding precise definitions of certain
types of SCPI message formats, data types, or common commands.
The previous two documents are available from the IEEE (Institute of Electrical and Electronics Engineers), 345 East 47th
Street, New York, NY 10017, USA. The WEB address is www.ieee.org.
Introduction 7
Prerequisites for Using this Guide
This organization of this guide assumes that you know or can learn the following information:
1. How to program in your controller language (Agilent BASIC, QUICKBASIC, C, etc.).
2. The basics of the GPIB (IEEE 488).
3. How to program I/O statements for an IEEE 488 bus instrument. From a programming aspect, the power supply is
simply a bus instrument.
4. How to format ASCII statements within you I/O programming statements. SCPI commands are nothing more than
ASCII data strings incorporated within those I/O statements.
5. The basic operating principles of the power supply as explained in “Chapter 5 – Front Panel Operation” of the
Operating Guide.
6. How to set the GPIB address of the power supply. This cannot be done remotely, but only from the supply’s front
panel (see System Considerations in “Chapter 2 – Remote Programming”).
VXIplug&play Power Product Instrument Drivers
VXIplug&play instrument drivers for Microsoft Windows 95 and Windows NT are now available on the Web at
http://www.agilent.com/find/drivers. These instrument drivers provide a high-level programming interface to your Agilent
Technologies instrument. VXIplug&play instrument drivers are an alternative to programming your instrument with SCPI
command strings. Because the instrument driver's function calls work together on top of the VISA I/O library, a single
instrument driver can be used with multiple application environments.
The VXIplug&play Power Products instrument driver
complies with the following:
aMicrosoft Windows 95
aMicrosoft Windows NT
aHP VISA revision F.01.02
aNational Instruments VISA 1.1
Downloading and Installing the Driver
NOTE: Before installing the VXIplug&play instrument driver, make sure that you have one of the supported applications
installed and running on your computer.
1.Access Agilent Technologies' Web site at http://www.agilent.com/find/drivers.
2. Select the instrument for which you need the driver.
3. Click on the driver, either Windows 95 or Windows NT, and download the executable file to your pc.
4.Locate the file that you downloaded from the Web. From the Start menu select Run <path>:\agxxxx.exe - where
<path> is the directory path where the file is located, and agxxxx is the instrument driver that you downloaded .
5.Follow the directions on the screen to install the software. The default installation selections will work in most
cases. The readme.txt file contains product updates or corrections that are not documented in the on-line help. If
you decide to install this file, use any text editor to open and read it.
6.To use the VXIplug&play instrument driver, follow the directions in the VXIplug&play online help under
“Introduction to Programming”.
Accessing Online Help
A comprehensive online programming reference is provided with the driver. It describes how to get started using the
instrument driver with Agilent VEE, LabVIEW, and LabWindows. It includes complete descriptions of all function calls
as well as example programs in C/C++ and Visual BASIC.
aTo access the online help when you have chosen the default Vxipnp start folder, click on the Start button and select
Programs | Vxipnp | Agxxxx Help (32-bit).
- where agxxxx is the instrument driver.
8 Introduction
2
Remote Programming
GPIB Capabilities Of The Power Supply
All power supply functions except for setting the GPIB address are programmable over the IEEE 488 bus (also known as
the General Purpose Interface Bus or "GPIB"). The IEEE 488.1 capabilities of the power supply are listed in the
Supplemental Characteristics of the Operating Guide. The power supply operates from a GPIB address that is set from the
front panel (see System Considerations at the end of this chapter).
Introduction To SCPI
lmportantLearn the basics of power supply operation (see "Chapter 5 - Front Panel Operation" in the power supply
Operating Guide) before using SCPI.
SCPI (Standard Commands for Programmable Instruments) is a programming language for controlling instrument functions
over the GPIB (IEEE 488) instrument bus. SCPI is intended to function with standard GPIB hardware and conforms to the
IEEE Standard Digital Interface for Programmable Instrumentation. SCPI is layered on top of the hardware portion of
IEEE 488.2. The same SCPI commands and parameters control the same functions in different classes of instruments. For
example, you would use the same DISPlay command to control the power supply display state and the display state of a
SCPI-compatible multimeter.
NoteHPSL and TMSL (Test and Measurement System Language) were earlier versions of SCPI. If you have
programmed in either, then you probably can go directly to "Chapter 3 - Language Dictionary".
Conventions
The following conventions are used throughout this chapter:
Angle brackets< >Items within angle brackets are parameter abbreviations. For example,
<NR1> indicates a specific form of numerical data.
Vertical bar|Vertical bars separate one of two or more alternative parameters. For
example, 0|OFF indicates that you may enter either "0" or "OFF" for the
required parameter.
Square
Brackets
Braces{ }Braces indicate parameters that may be repeated zero or more times. It is
Boldface font
[ ]Items within square brackets are optional. The representation
[SOURce]:CURRent means that SOURce may be omitted.
used especially for showing arrays. The notation<A>{<,B>} shows that
"A" is a required parameter, while "B" may be omitted or may be entered
one or more times.
Boldface font is used to emphasize syntax in command definitions.
TRIGger:DELay <NRf> shows a command syntax.
Computer fontComputer font is used to show program text within normal text.
TRIGger:DELay .5 represents program text.
Remote Programming 9
SCPI Messages
There are two types of SCPI messages, program and response.
•A program message consists of one or more properly formatted SCPI commands sent from the controller to
the power supply. The message, which may be sent at any time, requests the power supply to perform some action.
•A response message consists of data in a specific SCPI format sent from the power supply to the controller.
The power supply sends the message only when commanded by a special program message called a "query."
Types of SCPI Commands
SCPI has two types of commands, common and subsystem.
Common CommandsCommon commands (see Figure 3-1) generally are not related to specific operation but to controlling overall power supply
functions, such as reset, status, and synchronization. All common commands consist of a three-letter nmemonic preceded
by an asterisk:
*RST *IDN? *SRE 8
Subsystem CommandsSubsystem commands (see Figure 3-2) perform specific power supply functions. They are organized into an inverted tree
structure with the "root" at the top. Some are single commands while others are grouped under other subsystems.
Structure of a SCPI Message
SCPI messages consist of one or more message units ending in a message terminator. The terminator is not part of the
syntax, but implicit in the way your programming language indicates the end of a line (such as a newline or end-of-line
character).
The Message UnitThe simplest SCPI command is a single message unit consisting of a command header (or keyword) followed by a message
terminator.
ABORVOLT?
The message unit may include a parameter after the header. The parameter usually is numeric, but it can be a string:
VOLT 20VOLT MAX
Combining Message Units
The following command message (see Figure 2-1) is briefly described here, with more details in subsequent paragraphs.
VOLT:LEV 4.5;PROT 4.8;:CURR?<NL>
10 Remote Programming
The basic parts of the message in Figure 2-1 are:
Message ComponentExampleHeadersVOLT LEV PROT CURRHeader SeparatorThe colon in VOLT:LEVData4.5 4.8Data SeparatorThe space in VOLT 4. 5 and PROT 4. 8Message UnitsVOLT:LEV 4.5 PROT 4.8 CURR?Message Unit SeparatorRoot SpecifierThe colon in PROT 4. 8; : CURR?Query IndicatorThe question mark in CURR?Message TerminatorThe <NL> (newline) indicator. Terminators are not part of the SCPI syntax.
Figure 2-1. Command Message Structure
The semicolons in VOLT: LEV 4. 5; andPROT 4. 8;
Parts of a SCPI Message
HeadersHeaders (which are sometimes known as "keywords") are instructions recognized by the power supply interface. Headers
may be either in the long form or the short form.
Long Form The header is completely spelled out, such as VOLTAGE STATUS DELAY.Short Form The header has only the first three or four letters, such as VOLT STAT DEL.
Short form headers are constructed according to the following rules:
• If the header consists of four or fewer letters, use all the letters. (DFI DATA)
• If the header consists of five or more letters and the fourth letter is not a vowel (a,e,i,o,u), use the first four
letters. (VOLTageSTATus)
•If the header consists of five or more letters and the fourth letter is a vowel (a,e,i,o,u), use the first three letters.(DELayCLEar)
You must follow the above rules when entering headers. Creating an arbitrary form, such as QUEST for QUESTIONABLE,
will result in an error. The SCPI interface is not sensitive to case. It will recognize any case mixture, such as VOLTAGE,
Voltage, Volt, volt.
Note Shortform headers result in faster program execution.
Remote Programming 11
Header Convention. In this manual, headers are emphasized with boldface type. The proper short form is shown in
upper-case letters, such as DELay.
Header Separator. If a command has more than one header, you must separate them with a colon. (VOLT:PROT
OUTPut:PROTection:CLEar)
Optional Headers. The use of some headers is optional. Optional headers are shown in brackets, such as
OUTPut[:STATe] ON. However, if you combine two or more message units into a compound message, you may need to
enter the optional header. This is explained under "Traversing the Command Tree."
Query IndicatorFollowing a header with a question mark turns it into a query (VOLT? VOLT:PROT?). If a query contains a parameter,
place the query indicator at the end of the last header (VOLT:PROT? MAX).
Message Unit SeparatorWhen two or more message units are combined into a compound message, separate the units with a semicolon
(STATus:OPERation?;QUEStionable?).
ImportantYou can combine message units only at the current path of the command tree (see "Traversing the
Command Tree").
Root SpecifierWhen it precedes the first header of a message unit, the colon becomes a "root specifier". This indicates that the command
path is at the root or top node of the command tree. Note the difference between root specifiers and header separators in the
following examples:
OUTP:PROT:DEL .1All colons are header separatorsOUTP:PROT:DEL .1 The first colon is a root specifierOUTP:PROT:DEL .l;:VOLT 12.5 The third colon is a root specifier
Message TerminatorA terminator informs SCPI that it has reached the end of a message. Three permitted messages terminators are:
• Newline (<NL>), which is ASCII decimal 10 or hex 0A.
• End or identify (<END>).
• Both of the above (<NL><END>).
In the examples of this manual, there is an assumed message terminator at the end of each message. If the terminator needs
to be shown, it is indicated as <NL> regardless of the actual terminator character.
Traversing the Command Tree
Figure 2-2 shows a portion of the subsystem command tree (you can see the complete tree in Figure 3-2). Note the location
of the ROOT node at the top of the tree. The SCPI interface is at this location when:
• The power supply is powered on.
• A device clear (DCL) is sent to the power supply.
• The interface encounters a message terminator.
• The interface encounters a root specifier.
12 Remote Programming
Active Header PathIn order to properly traverse the command tree, you must understand the concept of the active header path. When the power
supply is turned on (or under any of the other conditions listed above), the active path is at the root. That means the
interface is ready to accept any command at the root level, such as TRIGger or STATus in Figure 2-2. Note that you do
not have to precede either command with a colon; there is an implied colon in front of every root-level command.
If you enter STATUS, the active header path moves one colon to the right. The interface is now ready to accept :
OPERATION, :PRESET, or QUESTIONABLEas the next header. Note that you must include the colon, because it is required
between headers.
If you next enter :OPERATION, the active path again moves one colon to the right. The interface is now ready to accept
:EVENT?, CONDITON?, ENABLE, NTRANSITION, or PTRANSITION as the next header.
If you now enter :ENABLE, you have reached the end of the command string. The active header path remains at :ENABLE.
If you wished, you could have entered :ENABLE 18;PTRANSITION 18 and it would be accepted. The entire message would
be STATUS:OPERATION:ENABLE 18;PTRANSITION 18. The message terminator after PTRANSITION 18 returns the path to the
root.
The Effect of Optional HeadersIf a command includes optional headers, the interface assumes they are there. For example, if you enter STATUS:
OPERATION?, the interface recognizes it as STATUS: OPERATION: EVENT? (see Figure 2-2). This returns the active path to
the root (:STATUS). But if you enter STATUS: OPERATION: EVENT?, then the active path remains at :EVENT. This allows
you to send STATUS: OPERATION: EVENT?; CONDITION? in one message. If you tried to send
STATUS:OPERATION?;CONDITION? the command path would send STATUS:OPERATION:EVENT? and then return to
:STATUS instead of to :CONDITION.
The optional header SOURCEprecedes the current, digital, and voltage subsystems (see Figure 3-2). This effectively makes
:CURRENT, :DIGITAL, and :VOLTAGEroot-level commands.
Moving Among SubsystemsIn order to combine commands from different subsystems, you need to be able to restore the active path to the root. You do
this with the root specifier (:). For example, you could clear the output protection and check the status of the Operation
Condition register as follows (see Figure 3-2):
NoteThe SCPI parser traverses the command tree as described in Appendix A of the IEEE 488.2 standard. The
"Enhanced Tree Walking Implementation" given in that appendix is not implemented in the power supply.
The following message shows how to combine commands from different subsystems as well as within the same subsystem
(see Figure 3-2):
VOLTAGE:LEVEL 7;PROTECTION 8;:CURRENT:LEVEL 50;PROTECTION ON
Note the use of the optional header LEVEL to maintain the correct path within the voltage and current subsystems and the
use of the root specifier to move between subsytems.
Including Common Commands
You can combine common commands with system commands in the same message. Treat the common command as a
message unit by separating it with the message unit separator. Common commands do not affect the active header path;
you may insert them anywhere in the message.
VOLT:TRIG 7.5;INIT;*TRGOUTP OFF;*RCL 2;OUTP ON
SCPI Queries
Observe the following precautions with queries:
• Remember to set up the proper number of variables for the returned data.
• Set the program to read back all the results of a query before sending another command to the power supply.
Otherwise, a Query Interrupted error will occur and the unreturned data will be lost.
Value Coupling
Value coupling results when a command directed to send one parameter also changes the value of a second parameter.
There is no direct coupling among any power supply SCPI commands. However, be aware that until they are programmed,
uninitialized trigger levels will assume their corresponding immediate levels. For example, if a power supply is powered up
and VOLT:LEV is programmed to 6, then VOLT:LEV:TRIG will also be 6 until you program it to another value. Once
you program VOLT:LEV:TRIG to another value, it will remain at that value regardless of how you subsequently
reprogram VOLT:LEVEL.
SCPI Data Formats
All data programmed to or returned from the power supply is ASCII. The data may be numerical or character string.
Numerical DataTable 2-1 and Table 2-2 summarize the numerical formats.
Table 2-1. Numerical Data Formats
SymbolData Form
Talking Formats
<NR1>Digits with an implied decimal point assumed at the right of the least-significant
digit. Examples: 273 0273
<NR2><NR3>
Digits with an explicit decimal point. Example: 273. .0273Digits with an explicit decimal point and an exponent. Example: 2.73E+2 273.0E-2
Boolean DataEither form {1|0} or {ON|OFF} may be sent with commands. Queries always return 1 or 0.
OUTPut OFFCURRent:PROTection 1
Character DataFor query statements, character strings may be returned in either of the forms shown in Table 2-3, depending on the length
of the returned string.
<CRD><AARD>
Note:
Character Response Data. Permits the return of character strings.Arbitrary ASCII Response Data. Permits the return of undelimited 7-bit ASCII. This data type has
an implied message terminator.
The IEEE 488.2 format for a string parameter requires that the string be enclosed within either single
(' ') or double (" ") quotes. Be certain that your program statements comply with this requirement.
Extended format that includes <NR1>, <NR2> and <NR3>. Examples: 273 273.
2.73E2
Expanded decimal format that includes <NRf>, MIN and MAX. Examples: 273
273. 2.73E2 MAX. MIN and MAX are the minimum and maximum limit values
that are implicit in the range specification for the parameter.
Table 2-2. Suffixes and Multipliers
Common Multipliers
Table 2-3. Character Data Formats
Listening Formats
Examples
The examples given here are generic, without regard to the programming language or type of GPIB interface. Because
SCPI commands are sent as ASCII output strings within the programming language statements, the SCPI syntax is
independent of both programming language and interface.
NoteThe examples are followed by sample program code written for three popular types of BASIC-
controlled GPIB interfaces.
Remote Programming 15
Controlling the Output
ImportantThe power supply responds simultaneously to both digital and analog programming inputs. If it
is receiving an input over the GPIB and a corresponding input from the front panel (and/or from
the analog programming port), the power supply output will be the algebraic sum of the inputs.
Programming Voltage and CurrentThe following statements program both voltage and current and return the actual output from the sense terminals:
OUTP OFFDisable the output.VOLT 4.5;CURR 255Program the voltage and current.VOLT?;CURR?Read back the programmed levels.OUTP ONEnable the output.MEAS:VOLT?;MEAS:CURR?Read back the outputs from the sense terminals.
Programming Protection CircuitsThis example programs the voltage and current, programs an overvoltage protection value, and turns on the overcurrent
protection. It then reads back all the programmed values.
VOLT:LEV 4.5;PROT 4.75Program the voltage and overvoltage protection.CURR:LEV 255;PROT:STAT ONProgram the current and overcurrent protection.VOLT:LEV?;PROT?;:CURR:LEV?;PROT:STAT?Read back the programmed values.
Note the required use of the optional LEVel header in the above example (see "The Effect of Optional Headers", given
previously).
Changing Outputs by TriggerIf you do not program pending triggered levels, they default to the programmed (immediate) output levels. The following
statements shows some basic trigger commands.
OUTP OFFDisable the output.VOLT:LEV:IMM 2.2;TRIG 2.5Program the (immediate) voltage level to 2.2V and the pending
triggered level to 2.5 V.
CURR:LEV:IMM I5O;TRIG 250 Program the (immediate) current level to 150 A and the pending
triggered level to 250 A.
VOLT:LEV:IMM?;TRIG?;:CURR:LEV:IMM?;TRIG?Check all the programmed values.OUTP ONEnable the output.MEAS:VOLT?;CURR?Read back the immediate levels from the sense terminals.INTIT;TRIGArm the trigger circuit and send a single trigger.INIT;*TRGSame as above, except using a common command.MEAS:VOLT?;CURR?Read back the triggered levels from the sense terminals.
If you need to send two or more triggers, program the trigger circuit for continuous arming.
OUTP OFFDisable the output.VOLT:LEV:IMM 5.O;TRIG 2.5Program the (immediate) voltage level to 5 V and the pending
triggered level to 2.5 V.
INTIT:CONT ONProgram the trigger circuit for continuous arming.OUTP ONEnable the output to 5 V.TRIGTrigger the output voltage to 2.5 V.VOLT:TRIG 5;:TRIGSet the pending trigger level to 5 V and trigger the output voltage
back to 5 V.
INTIT:CONT OFF Remove the continuous trigger arming.
16 Remote Programming
Saving and Recalling States
You can remotely save and recall operating states. See *SAV and *RCL in "Chapter 3 - Language Dictionary" for the
parameters that are saved and recalled.
NoteWhen you turn the power supply on, it automatically retrieves the state stored in location 0.
When a power supply is delivered, this location contains the factory defaults (see *RST in
"Chapter 3 - Language Dictionary").
OUTP OFF;VOLT:LEV 6.5;PROT 6.8Program a desired operating state.CURR:LEV 335;PROT:STAT ON*SAV 2Save this state to location 2.*RCL 2(Later) recall this same state.
Writing to the Display
You can include messages to the front panel LCD in your programs. The description of DISP:TEXT in "Chapter 3 -
Language Dictionary" shows the number and types of permitted display characters. In order to write to the display, you
must first change it to text mode as shown in the following example:
DISP:MODE TEXTRECALLED 2Write “Recalled 2” to the display.DISP:MODE NORM
Switch display to text mode.
Return display to its normal mode.
Programming Status
You can use status programming to make your program react to events within the power supply. "Chapter 4 - Status
Reporting" explains the functions and bit configurations of all status registers. Refer to Figure 4-1 in that chapter while
examining the examples given here.
Detecting Events via SROUsually you will want the power supply to generate interrupts (assert SRQ) upon particular events. For this you must
selectively enable the appropriate status register bits. The following examples allow the power supply to assert SRQ under
selected conditions.
1. STAT:OPER:ENAB 1280;PTR 1280;*SRE 128 Assert SRQ when the supply switches between CV and CC
modes.
2. STAT:OPER:ENAB 1;PTR 1;NTR 1;*SRE 128Assert SRQ when the supply enters or leaves calibration mode.
3. STAT:QUES 3;PTR 3;*SRE 128Assert SRQ when the supply goes into overvoltage or
STAT:OPER:ENAB?;EVENT?;:STAT:QUES:ENAB?;EVEN?;:*ESE?;*ESR?Read which events are active and which events are enabled in
Assert SRQ under any event occurring in 1. or 3., above.
Enable only the CV and CC events and read their status.Enable all conditions of the Operation Status register and read
any events.
the Operation, Questionable, and Standard Event status
registers.
Remote Programming 17
Note The last query string can be handled without difficulty. However, should you request too many
queries, the system may return a "Query DEADLOCKED” error (-430). In that case, break the
long string into smaller parts.
Programming the Digital I/O Port
Digital control ports 1 and 2 are TTL outputs that can be programmed either high or low. Control port 3 can be
programmed to be either a TTL input or a TTL output. Send a decimal parameter that translates into the desired straight
binary code for these ports. (See DIG:DATA[:VAL] in "Chapter 3 - Language Dictionary" for the port bit configurations.)
DIG:DATA 3Set ports 1 and 2 high and make 3 another output port.DIG:DATA 7Set ports 1 and 2 high and make 3 an input port.DIG:DATA?Read back the present port configuration.
System Considerations
The remainder of this chapter addresses some system issues concerning programming. These are power supply addressing
and the use of the following types of GPIB system interfaces:
1.HP Vectra PC controller with Agilent 82335A GPIB Interface Command Library.
2.IBM PC controller with National Instruments GPIB-PCII Interface/Handler.
3.Agilent controller with Agilent BASIC Language System.
The GPIB Address
The power supply address cannot be set remotely; it must be set from the front panel. Once the address is set, you can
assign it inside programs.
Setting the GPIB AddressFigure 4-6 in the power supply Operating Guide shows the ways the power supply can be connected to the GPIB bus. You
can set up the GPIB address in one of three ways:
1.As a stand-alone supply (the only supply at the address). It has a primary address in the range of 0 to 30. For
example:
5 or 7
2.As the direct supply in a serial link. It is the only supply connected directly to the GPIB bus. The primary address is
unique and can be from 0 to 30. It is entered as an integer followed by a decimal separator. The secondary address
always is 0, which may be added after the primary address. If the secondary address is omitted, it is assumed to be 0.
For example:
5.0 or 7.
3.As a linked supply in serial link. It gets its primary address from the direct supply. It has a unique secondary address
that can be from 1 to 15. It is entered as an integer preceded by a decimal separator. For example:
.1 or .12
When you enter a secondary address, leading zeros between the decimal separator and the first digit are ignored. For
example, .1, .01, and .001 are accepted as secondary address 1 and displayed as 0.01. Zeros following a digit are not
ignored. Thus, .10 and .010 are both accepted as secondary address 10 and displayed as 0. 10.
Changing the Power Supply GPIB AddressUse the
address as the default. The general procedure for setting an address is:
key and numerical keypad for entering addresses. The power supply is shipped with a 5 stand-alone
18 Remote Programming
ActionDisplay ShowsPress Press new address keysNew address replaces numbers on the display
Press
If you try to enter a forbidden number, ADDR ERROR is displayed.The following examples show how to set addresses:
To set stand-along primary address 6, press
To set direct supply primary address 6, press
To set linked secondary address 1, press
To set linked secondary address 12, press
Display returns to meter mode
Current address
NoteThe power supply display will reset (recall the state in location 0) whenever you change between
the following types of GPIB addresses:
•A stand-alone primary address and a direct primary address.
•A direct primary address and a secondary address.
Assigning the GPIB Address In Programs
The following examples assume that the GPIB select code is 7, the the power supply is 6, and that the power supply address
will be assigned to the variable @PS.
1000!Stand-alone address. The power supply will respond if it is set to 6
1010PS=706!Statement for Agilent 82335A Interface
1010ASSIGN @PS TO 706! Statement for Agilent BASIC Interface
1020!Direct address. The power supply will respond if it is set to 6. or 6.0
1030PS-70600! Statement for Agilent 82335A Interface
1030ASSIGN @PS TO 70600! Statement for Agilent BASIC Interface
1040!Linked address 1. The power supply will respond if it is set to address .1 and is serially connected to a
supply at direct address 6.0
1050PS=706.01!Agilent 82335A Interface
1090ASSIGN @PS TO 706.01!Agilent BASIC Interface
For systems using the National Instruments DOS driver, the address is specified in the software configuration program
(IBCONFIG.EXE) and assigned a symbolic name. The address then is referenced only by this name within the application
program (see the National Instruments GP-IB documentation).
Remote Programming 19
DOS Drivers
Types of Drivers
The Agilent 82335A and National Instruments GP-IB are two popular DOS drivers. Each is briefly described here. See the
software documentation supplied with the driver for more details.
Agilent 82335A Driver. For GW-BASIC programming, the GPIB library is implemented as a series of subroutine calls.
To access these subroutines, your application program must include the header file SETUP.BAS, which is part of the DOS
driver software.
SETUP.BAS starts at program line 5 and can run up to line 999. Your application programs must begin at line 1000.
SETUP.BAS has built-in error checking routines that provide a method to check for GPIB errors during program execution.
You can use the error-trapping code in these routines or write your own code using the same variables as used by
SETUP.BAS.
National Instruments GP-IB Driver. Your program must include the National Instruments header file DECL.BAS.
This contains the initialization code for the interface. Prior to running any applications programs, you must set up the
interface with the configuration program (IBCONF.EXE).
Your application program will not include the power supply symbolic name and GPIB address. These must be specified
during configuration (when you run IBCONF.EXE). Note that the primary address range is from 0 to 30 but any secondary
address must be specified in the address range of 96 to 126. The power supply expects a message termination on EOI or
line feed, so set EOI w/last byte of Write. It is also recommended that you set Disable Auto Serial Polling.
All function calls return the status word IBSTA%, which contains a bit (ERR) that is set if the call results in an error. When
ERR is set, an appropriate code is placed in variable IBERR%. Be sure to check IBSTA% after every function call. If it is
not equal to zero, branch to an error handler that reads IBERR% to extract the specific error.
Error Handling
If there is no error-handling code in your program, undetected errors can cause unpredictable results. This includes
"hanging up" the controller and forcing you to reset the system. Both of the above DOS drivers have routines for detecting
program execution errors.
ImportantUse error detection after every call to a subroutine.
Agilent BASIC Controllers
The Agilent BASIC Programming Language provides access to GPIB functions at the operating system level. This makes it
unnecessary to have the header files required in front of DOS applications programs. Also, you do not have to be concerned
about controller "hangups" as long as your program includes a timeout statement. Because the power supply can be
programmed to generate SRQ on errors, your program can use an SRQ service routine for decoding detected errors. The
detectable errors are listed in Table 5-1 of "Chapter 5 - Error Messages".
Sample Program Code
The following programs are intended only to show how some of the same power supply functions can be programmed to
each of the three previously mentioned GPIB interfaces. The first two are for the DOS interfaces and the third for the
Agilent BASIC interface.
20 Remote Programming
Programming Some Power Supply Functions
SAMPLE FOR POWER SUPPLY AT STAND-ALONE ADDRESS 6. SEQUENCE SETS UP CV MODE OPERATION,
FORCES SUPPLY TO SWITCH TO CC MODE, AND DETECTS AND REPORTS MODE CHANGE.
**************************************************************************
Controller Using Agilent 82335A Interface
**************************************************************************
5‘ < --------------- Merge SETUP.BAS here -------------------- >
1000MAX.ELEMENTS=2 : ACTUAL.ELEMENTS=O :MAX.LENGTH=80 :ACT.LENGTH=O
1005DIM OUTPUTS(2) :CDDES$=SPACE$(40)
1010ISC=7 :PS=706
1015‘
1020'Set up the Power Supply Interface for DOS driver
1025CALL IORESET (ISC)'Reset the interface
1030IF PCIB.ERR < > NOERR THEN ERROR PCIB.BASERR
1035TIMEOUT=3
1040CALL IOTIMEOUT (ISC, TIMEOUT)'Set timeout to 3 seconds
1045IF PCIB.ERR < > NOERR THEN ERROR PCIB.BASERR
1050CALL IOCLEAR (ISC)'Clear the interface
1055IF PCIB.ERR <> NOERR THEN ERROR PCIB.BASERR
1060CALL IOREMOTE (ISC)'Set Power Supply to remote mode
1065IF PCIB.ERR <> NOERR THEN ERROR PCIB.BASERR
1070‘
1075'Program power supply to CV mode with following voltage and current
1080CODES$ = "VOLTAGE 7.8;CURRENT 480":GOSUB 2000
1085‘
1090'Query power supply outputs & print to screen
1095CODES$ = "MEASURE:VOLTAGE?;CURRENT?":GOSUB 2000 :GOSUB 3000
1100VOUT = OUTPUTS(I)
1105IOUT = OUTPUTS(2)
1110PRINT "The output levels are "VOUT" Volts and "IOUT" Amps"
1115‘
1120'Program triggered current level to value insufficient to maintain
1125'supply within its CV operating characteristic
1130CODES$ = "CURR:TRIG 50":GOSUB 2000
1135‘
1140'Set operation status mask to detect mode change from CV to CC
1145CODES$ = "STAT:OPER:ENAB 1024;PTR 1024":GOSUB 2000
1150‘
1155'Enable Status Byte OPER summary bit
1160CODES$ = "*SRE 128":GOSUB 2000
1165‘
1170'Arm trigger circuit and send trigger to power supply
1175CODES$ = "INITIATE;TRIGGER" :GOSUB 2000
1180‘
1185'Wait for supply to respond to trigger
1190FOR I= 1 to 100 :NEXT I
1195‘
1200'Poll for interrupt caused by change to CC mode and print to screen
1205CALL IOSPOLL (PS,RESPONSE)
1210IF (RESPONSE AND 128)< >128 THEN GOTO 1240'No OPER event to report
1215CODES$ = "STATUS:OPER:EVEN?" :GOSUB 2000 'Query status oper register
Remote Programming 21
Programming Some Power Supply Functions (continued)
1220CALL IOENTER (PS,OEVENT)'Read back event bit
1225IF PCIB.ERR < > NOERR THEN ERROR PCIB.BASERR
1230IF (OEVENT AND 1024) = 1024 THEN PRINT "Supply switched to CC mode."
1240'Clear the status circuit
1245CODES$ = "*CLS" :GOSUB 2000
1260FOR I = 1 TO 100 :NEXT I'Wait for supply to clear
1265‘
1260'Disable output and save present state in location 2
1265CODES$ = "OUTPUT OFF;*SAV 2":GOSUB 2000
1270END
1275‘
2000'Send command to power supply
2005LENGTH = LEN(CODES$)
2010CALL IOOUTPUTS (PS,CODES$,LENGTH)'Send command to interface
2015IF PCIB.ERR < > NOERR THEN ERROR PCIB.BASERRISETUP.BAS error trap
2020RETURN
2025‘
3000'Get data from power supply
3005CALL IOENTERA (PS,OUTPUTS(1),MAX.ELEMENTS,ACTUAL.ELEMENTS)
3010IF PCIB.ERR < > NOERR THEN ERROR PCIB.BASERR
3015RETURN
******************************************************************************************************
IBM Controller Using National Interface
******************************************************************************************************
990‘ --------------------- Merge DECL.BAS here -----------------------1000'Power Supply Variable = PS% ; Stand-Alone Address = 706
1005CODES$=SPACE$(50):MODE$=SPACE$(5):OEVENT$=SPACE$(20)
1010D$=SPACE$(60):OUTPUT$=SPACE$(40):BDNAME$=“PS%"
1015DIM OUTPUT(2)
1020‘
1025'Set up power supply interface for DOS driver
1030CALL IBFIND(BDNAME$,PS%)
1035IF PS%<O THEN PRINT "IBFIND Failed."
1040CALL IBCLR(PS%)
1045‘
1050'Program power supply to CV mode with following voltage and current
1055CODES$ = "VOLTAGE 7.8;CURRENT 480”:GOSUB 2000
1060‘
1065'Query power supply outputs and print to screen
1070CODES$ = "MEASURE:VOLTAGE?;CURRENT?":GOSUB 2000 :GOSUB 3000
1075VOUT = OUTPUT(1)
1080IOUT = OUTPUT(2)
1085PRINT "The programmed levels are "VOUT" Volts and "IOUT" Amps"
1090‘
1095'Program triggered current level to value insufficient to maintain
1100'supply within its CV operating characteristic
1105CODES$ = "CURR:TRIG 50":GOSUB 200
1110‘
1115'Set operation status mask to detect mode change from CV to CC
1120CODES$ = "STAT:OPER:ENAB 1024;PTR 1024" :GOSUB 2000
1125‘
22 Remote Programming
Programming Some Power Supply Functions (continued)
1130'Enable Status Byte OPER summary bit
1135CODES$ = "*SRE 128":GOSUB 2000
1140‘
1146'Arm trigger circuit and send trigger to power supply
1150CODES$ = "INITIATE;TRIGGER" :GOSUB 2000
1160'Wait for supply to respond to trigger
1165FOR I= 1 to 100 :NEXT I
1170‘
1175'Poll for interrupt caused by change to CC mode and print to screen
1180SPOL%=O
1186CALL IBRSP(PS%,SPOL%)
1190IF (SPOL% AND 128) = 128 THEN POLL = 1 'Set interrupt flag on OPER bit
1195IF POLL < > 1 THEN GOTO 1230'No interrupt to service
1200"CODES$ = "STAT:OPER:EVEN?" :GOSUB 2000'Query status oper register
1205CALL IBRD(PS%,OEVENT$)'Read back event bit
1210IF IBSTA% <0 THEN GOTO 21OO
1215OEVENT=VAL(OEVENT$)
1220IF (OEVENT AND 1024) = 1024 THEN PRINT "Supply switched to CC mode."
1225‘
1230'Clear status circuit
1235CODES$="*CLS" :GOSUB 2000
1240FOR I=1 TO 50 :NEXT I'Wait for supply to clear
1245‘
1250'Disable output and save present state to location 2
1255CODES$ = "OUTPUT OFF;*SAV 2" :GOSUB 2000
1260END
1265‘
2000'Send command to power supply
2005CALL IBWRT(PS%,CODES$)
2010IF IBSTAT% < 0 THEN GOTO 2100'Error detected
2015RETURN
1250'Disable output and save present state to location 2
1255CODES$ = "OUTPUT OFF;*SAV 2" :GOSUB 2000
1260END
1265‘
2000'Send command to power supply
2005CALL IBWRT(PS%,CODES$)
2010IF IBSTAT% < 0 THEN GOTO 2100'Error detected
2015RETURN
2020‘
2100'Error detection routine
2105PRINT "GPIB error. IBSTAT%. = &H";HEX$(IBSTAT%)
2110PRINT “ IBERR% = ";IBERR%" in line ";ERL
2115STOP
2120‘
3000'Get data from power supply
3005CALL IBRD(PS%,OUTPUT$)
3010IF IBSTA% < 0 THEN GOTO 2100
3015I=1''Parse data string
3020 X=1
3025C=INSTR(I,OUTPUT$,";")
Remote Programming 23
Programming Some Power Supply Functions (continued)
3030WHILE C< >O
3035 D$=MID$(OUTPUT$,I,C-I)
3040 OUTPUT(X)=VAL(D$)'Get values
3045 I=C+1
3050 C=INSTR(I,OUTPUT$,";")
3055 X=X+1
3060WEND
3065 D$=RIGHT$(OUTPUT$,LEN(OUTPUT$)-(I-1))
3070 OUTPUT(X)=VAL(D$)
3076 OUTPUT$=SPACE$(40)'Clear string
3080 RETURN
****************************************************************************************************
Controller Using Agilent BASIC
*****************************************************************************************************
1000!Power supply at stand-alone address = 706
1005OPTION BASE 1
1010DIM Codes$[80],Response$[80],Mode$[32]
1015!
1020!Program power supply to CV mode with following voltage and current
1026OUTPUT 706;"VOLTAGE 7.8;CURRENT 480”
1030!
1035!Query power supply outputs and print to screen
1040OUTPUT 706;"MEASURE:VOLTAGE?;CURRENT?"!Query output levels
1045ENTER 706;Vout, Iout
1050PRINT "The output levels are ";Vout;" Volts and ";Iout" Amps"
1055!
1060!Program current triggered level to a value insufficient to maintain
1065!supply within its CV operating characteristic
1070OUTPUT 706;"CURR:TRIG 50"
1075!
1080!Set operation status mask to detect mode change from CV to CC
1085OUTPUT 706;"STAT:OPER:ENAB 1280;PTR 1280"
1090!
1095!Enable Status Byte OPER summary bit
1100OUTPUT 706;"*SRE 128"
1105!
1110!Arm trigger circuit and send trigger to power supply
1115OUTPUT 706;"INITIATE;TRIGGER"
1130!Poll for interrupt caused by change to CC mode and print to screen
1135Response=SPOLL(706)
1140IF NOT BIT (Response,7) THEN GOTO 1130!No OPER event to report
1145OUTPUT 706;"STAT:OPER:EVEN?"!Query status operation register
1160ENTER 706;Oevent!Read back event bit
1156IF BIT(Oevent,10) THEN PRINT "Supply switched to CC mode."
1160!
1165!Clear status
1170OUTPUT 706;"*CLS"
1176!
1180!Disable output and save present state in location 2
1185OUTPUT 706;"OUTPUT OFF;*SAV 2”
1190END
24 Remote Programming
3
Language Dictionary
Introduction
This section gives the syntax and parameters for all the IEEE 488.2 SCPI commands and the Common commands used by
the power supply. It is assumed that you are familiar with the material in "Chapter 2 - Remote Programming". That chapter
explains the terms, symbols, and syntactical structures used here and gives an introduction to programming. You should
also be familiar with "Chapter 5 - Front Panel Operation" (in the Operating Guide) in order to understand how the power
supply functions.
The programming examples are simple applications of SCPI commands. Since SCPI syntax remains the same for all
programming languages, the examples are generic.
Syntax definitions use the long form, but only short form headers (or "keywords") appear in the examples. If you have any
concern that the meaning of a header in your program listing will not be obvious at some later time, then use the long form
to help make your program self-documenting.
Parameters
Most commands require a parameter and all queries will return a parameter. The range for a parameter may vary according
to the model of power supply. Parameters for all current models are listed in Table 3-1 at the end of this chapter.
Related Commands
Where appropriate, related commands or queries are included. These are listed either because they are directly related by
function or because reading about them will clarify or enhance your understanding of the original command or query.
Order of Presentation
The dictionary is organized as follows:
• IEEE 488.2 common commands, in alphabetical order.
• Subsystem commands.
Common Commands
Common commands begin with an * and consist of three letters (command) or three letters and a ? (query). Common
commands are defined by the IEEE 488.2 standard to perform some common interface functions. The power supply
responds to the 13 required common commands that control status reporting, synchronization, and internal operations. The
power supply also responds to five optional common commands controlling triggers, power-on conditions, and stored
operating parameters.
Subsystem Commands
Subsystem commands are specific to power supply functions. They can be a single command or a group of commands. The
groups are comprised of commands that extend one or more levels below the root. The description of subsystem commands
follows the listing of the common commands.
Language Dictionary 25
Description Of Common Commands
Figure 3-1 shows the common commands and queries. These commands are listed alphabetically in the dictionary. If a
command has a corresponding query that simply returns the data or status specified by the command, then both command
and query are included under the explanation for the command. If a query does not have a corresponding command or is
functionally different from the command, then the query is listed separately. The description of each common command or
query specifies any status registers affected. In order to make use of this information, you must refer to "Chapter 4 - Status
Reporting", which explains how to read specific register bits and use the information that they return.
26 Language Dictionary
Figure 3-1. Common Commands Syntax Diagram
*CLS
Meaning and TypeClear Status Device Status
DescriptionThis command causes the following actions (see "Chapter 4 - Status Reporting" for descriptions of all registers):
• Clears the following registers:
• Standard Event Status.
• Operation Status Event.
• Questionable Status Event.
• Status Byte.
• Clears the Error Queue.
• If *CLS immediately follows a program message terminator (<NL>), then the output queue and the MAV bit
DescriptionThis command programs the Standard Event Status Enable register bits. The programming determines which events of the
Standard Event Status Event register (see *ESR?) are allowed to set the ESB (Event Summary Bit) of the Status Byte
register. A "1" in the bit position enables the corresponding event. All of the enabled events of the Standard Event Status
Event register are logically ORed to cause the Event Summary Bit (ESB) of the Status Byte register to be set. See "Chapter
4 - Status Reporting" for descriptions of all three registers.
Bit Configuration of Standard Event Status Enable Register
Bit PositionBit NameBit Weight
Command Syntax*ESE <NRf>Parameters0 to 255Power On Value(See *PSC)Suffix(None)Example*ESE 129Query Syntax*ESE?Returned Parameters<NR1> (Register value)Related Commands *ESR? *PSC *STB?
volatile memory can eventually exceed the maximum number of write cycles and may cause the
If PSC is programmed to 0, then the *ESE command causes a write cycle to nonvolatile memory. The
nonvolatile memory has a finite maximum number of write cycles (see Supplemental Characteristics in
Chapter 1 of the power supply Operating Guide). Programs that repeatedly cause write cycles to non-
memory to fail.
Language Dictionary 27
*ESR?
Meaning and TypeEvent Status Register Device Status
DescriptionThis query reads the Standard Event Status Event register. Reading the register clears it. The bit configuration of this
register is the same as the Standard Event Status Enable register (*ESE). See "Chapter 4 - Status Reporting" for a detailed
explanation of this register.
DescriptionThis query requests the power supply to identify itself. It returns a string composed of four fields separated by commas.Query Syntax*IDN?Returned Parameters<AARD>FieldInformationHewlett-PackardManufacturerxxxxA4-digit model number followed by a letternnnnA-nnnnn10-character serial number or 0<R>.xx.xxRevision levels of firmwareExampleHewlett-Packard,6681,0,A.00.01Related Commands(None)
*OPC
Meaning and TypeOperation Complete Device Status
DescriptionThis command causes the interface to set the OPC bit (bit 0) of the Standard Event Status register when the power supply
has completed all pending operations. (See *ESE for the bit configuration of the Standard Event Status register.) Pending
operations are complete when:
•All commands sent before *OPC have been executed. This includes overlapped commands. Most commands
are sequential and are completed before the next command is executed. Overlapped commands are executed in
parallel with other commands. Commands that affect output voltage, current or state, relays, and trigger actions are
overlapped with subsequent commands sent to the power supply. The *OPC command provides notification that
all overlapped commands have been completed.
•Any change in the output level caused by previous commands has been completed (completion of settling
time, relay bounce, etc.)
•All triggered actions are completed
*OPC does not prevent processing of subsequent commands, but Bit 0 will not be set until all pending operations are
DescriptionThis query causes the interface to place an ASCII "1" in the Output Queue when all pending operations are completed.
Pending operations are as defined for the *OPC command. Unlike *OPC, *OPC? prevents processing of all subsequent
commands. *OPC? is intended to be used at the end of a command line so that the application program can then monitor
the bus for data until it receives the "1" from the power module Output Queue.
Do not follow *OPC? with *TRG or GPIB bus triggers. Such triggers sent after *OPC? will be
DCL (Device Clear) command.
Query Syntax*OPC?Returned Parameters<NR1>ASCII 1 is placed in the Output Queue when thepower supply has completed operations.Related Commands*OPC *TRIG *WAI
prevented from executing and will prevent the power supply from accepting further commands. If this
occurs, the only programmable way to restore operation is by sending the power supply a GPIB
*OPT?
Meaning and TypeOption Identification Query
DescriptionThis query requests the power supply to identify any options that are installed. Options are identified by number A. 0
indicates no options are installed.
Query Syntax*OPT?Returned Parameters<AARD>
*PSC
Meaning and TypePower-on Status Clear Device Initialization
DescriptionThis command controls the automatic clearing at power turn-on of:
• The Service Request Enable register.
• The Standard Event Status Enable register.
If the command parameter = 1, then the above registers are cleared at power turn-on. If the command parameter = 0, then
the above registers are not cleared at power turn-on but are programmed to their last state prior to power turn on. This is the
most common application for *PSC and enables the power module to generate an SRQ (Service Request) at power on.
*PSC causes a write cycle to nonvolatile memory. If *PSC is programmed to 0, then the *ESE and
repeatedly write to nonvolatile memory can eventually exceed the maximum number of write cyclesand may cause the memory to fail.
*SRE commands also cause a write cycle to nonvolatile memory. The nonvolatile memory has a finite
number of write cycles (see "Table 1-2, Supplementary Characteristics"). Programs that
*RCL
Meaning and TypeRecall Device State
Recalling a previously stored state may place hazardous voltage at the power supply output.
DescriptionThis command restores the power supply to a state that was previously stored in memory with a *SAV command to the
specified location. The following states are recalled:
• Forces an ABORt command before resetting any parameters (this cancels any uncompleted trigger actions).
• Disables the calibration function by setting CAL:STATe to OFF.
• Sets display functions as follows:
• DISP[:WIND][:STATe] to ON.
• DISP[:WIND]:MODE to NORMal.
• DISP[:WIND]:TEXT to ' '.
• Sets INIT:CONT to OFF.
• Sets TRIG:SOUR to BUS.
At power turn-on, the power supply normally is returned to the factory defined turn-on state (see *RST). However, it also
may turn on to the state stored in location 0 (see Turn-On Condition under "Chapter 5 - Front Panel Operation" of the power
supply Operating Guide).
This command resets the power supply to a factory-defined state as defined below. *RST also forces an ABORt command.
Command State
CAL:STAT OFF OUTP[:STAT] OFF CURR[:LEV][:IMM] * OUTP:PROT:DEL *
CURR[:LEV]:TRIG * OUTP:REL[:STAT] OFF
CURR:PROT:STAT OFF OUTP:REL:POL NORM
DIG:DATA 0 TRIG:SOUR BUS
DISP[:WIND]:STAT ON VOLT[:LEV][:IMM] *
DISP[:WIND]:MODE NORM VOLT[:LEV][:TRIG] *
DISP[:WIND]:TEXT VOLT:PROT[:LEV] *
INIT:CONT OFF
This command stores the present state of the power supply to the specified location in memory. Up to four states can be
stored. Under certain conditions (see "Turn-On Conditions" in "Chapter 5 - Front Panel Operation" of the Operating
Guide), location 0 may hold the device state that is automatically recalled at power turn-on.
The following power supply parameters are stored by *SAV:
Command Syntax*SAV <NRf>Parameters0|1|2|3 (for models 668xA and 669xA)
0|1|2|3|4 (for models 664xA, 665xA, and 667xA) ExampleSAV 3 Query Syntax (None)
Related Commands*RCL *RST
The power supply uses nonvolatile memory for recording register states. Programs that repeatedly
use *SAV for recalling states cause frequent write cycles to the memory and can eventually exceed
the maximum number of write cycles for the memory (see in the power supply Operating Guide).
Language Dictionary 31
*SRE
Meaning and TypeService Request Enable Device Interface
DescriptionThis command sets the condition of the Service Request Enable Register. This register determines which bits from the
Status Byte Register (see *STB for its bit configuration) are allowed to set the Master Status Summary (MSS) bit and the
Request for Service (RQS) summary bit. A 1 in any Service Request Enable Register bit position enables the corresponding
Status Byte Register bit and all such enabled bits then are logically ORed to cause Bit 6 of the Status Byte Register to be set.
See "Chapter 4 - Status Reporting" for more details concerning this process.
When the controller conducts a serial poll in response to SRQ, the RQS bit is cleared, but the MSS bit is not. When *SRE
is cleared (by programming it with 0), the power supply cannot generate an SRQ to the controller.
If *PSC is programmed to 0, then the *SRE command causes a write cycle to nonvolatile memory.
eventually exceed the maximum number of write cycles and may cause the memory to fail.
The nonvolatile memory has a finite number of write cycles (see Supplemental Characteristics in the
power supply Operating Guide). Programs that repeatedly write to nonvolatile memory can
*STB?
Meaning and TypeStatus Byte Device Status
DescriptionThis query reads the Status Byte register, which contains the status summary bits and the Output Queue MAV bit. Reading
the Status Byte register does not clear it. The input summary bits are cleared when the appropriate event registers are read
(see "Chapter 4 - Status Reporting" for more information). The MAV bit is cleared at power on or by *CLS.
A serial poll also returns the value of the Status Byte register, except that bit 6 returns. Request for Service (RQS) instead
of Master Status Summary (MSS). A serial poll clears RQS, but not MSS. When MSS is set, it indicates that the power
supply has one or more reasons for requesting service.
Bit Configuration of Status Byte Register
Bit PositionCondition
Bit WeightESB = Event status byte summary; MAV = Message available; MSS = Master status summary;OPER = Operation status summary; QUES = Questionable status summary; RQS = Request for service.
1Also represents RQS. 2These bits are always zero.
Figure 3-2 is a tree diagram of the subsystem commands. Commands followed by a question mark (?) take only the query
form. Except as noted in the syntax descriptions, all other commands take both the command and query form. The
commands are listed in alphabetical order and the commands within each subsystem are grouped alphabetically under the
subsystem.
Figure 3-2. Subsystem Commands Tree Diagram
ABOR
This command cancels any trigger actions presently in process. Pending trigger levels are reset equal to their corresponding
immediate values. ABOR also resets the WTG bit in the Operation Condition Status register (see "Chapter 4 - Status
Reporting"). If INIT:CONT ON has been programmed, the trigger subsystem initiates itself immediately after ABORt,
thereby setting WTG. ABOR is executed at power turn on and upon execution of *RCL or RST.
See Appendix A in the power supply Operating Guide.
34 Language Dictionary
Current Subsystem
This subsystem programs the output current of the power supply.
CURR
CURR:TRIG
These commands set the immediate current level or the pending triggered current level of the power supply. The immediate
level is the current programmed for the output terminals. The pending triggered level is a stored current value that is
transferred to the output terminals when a trigger occurs. A pending triggered level is unaffected by subsequent CURR
commands and remains in effect until the trigger subsystem receives a trigger or an ABORt command is given. If there is
no pending CURR:TRIG level, then the query form returns the CURR level. In order for CURR:TRIG to be executed,
the trigger subsystem must be initiated (see INITiate).
[SOURce]:CURRent[:LEVel] [:IMMediate][:AMPLitude]? MAX
[SOURce]:CURRent[:LEVel] [:IMMediate][:AMPLitude]? MIN
[SOURce]:CURRent[LEVel]:TRIGgered [:AMPLitude]?
[SOURce]:CURRent[LEVel]:TRIGgered [:AMPLitude]? MAX
[SOURce]:CURRent[:LEVel]:TRIGgered [:AMPLitude]? MIN
Returned Parameters<NR3> CURR? and CURR:TRIG? return presently programmed immediate and
triggered levels. If not triggered level is programmed, both returned values are the same.
CURR? MAX and CURR? MIN return the maximum and minimum programmable
immediate current levels.
CURR:TRIG? MAX and CURR:TRIG? MIN return the maximum and minimum
programmable triggered current levels.
Related Commands For CURR *SAV *RCL *RSTFor CURR:TRIGABOR CURR *RST
CURR:PROT:STAT
This command enables or disables the power supply overcurrent protection (OCP) function. If the overcurrent protection
function is enabled and the power supply goes into constant-current operation, then the output is disabled and the
Questionable Condition status register OC bit is set (see "Chapter 4 - Status Reporting"). An overcurrent condition can be
cleared with the OUTP:PROT:CLE command after the cause of the condition is removed.
This command sets and reads the power supply digital control port when that port is configured for Digital I/O operation.
Configuring of the port is done via an internal jumper (see Appendix D in the Operating Guide). The port has three signal
pins and a digital ground pin. Pins 1 and 2 are output pins controlled by bits 0 and 1. Pin 3 is controlled by bit 3 and can be
programmed to serve either as an input or an output. Pin 4 is the digital ground.
Bit position 2 normally serves as an output. To change it to an input, it must first be programmed high. The DIG:DATA?
query returns the last programmed value in bits 0 and 1 and the value read at pin 3 in bit 2. The bits are turned on and off in
straight binary code as follows:
Digital I/O Port Programming Chart
Bit
Configuration Pin Configuration
Value
Command Syntax [SOURce]:DlGital:DATA[:VALuel <NRf>
Parameters 0 to 7
Suffix (None)
*RST Value 0
Examples DIG:DATA 7 DIGITAL:DATA:VALUE 7
Query Syntax [SOURce]:DlGital:DATA?
Returned Parameters <NRI> Values from 0 to 7
Related Commands *RST *RCL *SAV
0 1 2 1 2 3 4
0 0 0 0 Lo Lo Input Gnd 4 0 0 1 Lo Lo Output Gnd
1 1 0 0 Hi Lo Input Gnd 5 1 0 1 Hi Lo Output Gnd
2 0 1 0 Lo Hi Input Gnd 6 0 1 1 Lo Hi Output Gnd
3 1 1 0 Hi Hi Input Gnd 7 1 1 1 Hi Hi Output Gnd
1
1
Pins 1 and 2 are always outputs
Bit
Configuration
Value
0 1 2 1 2 3 4
Pin Configuration1
Display Subsystem
This subsystem controls the state and output of the alphanumeric portion of the display.
DISP
Enables or disables the display. When disabled, the display characters are blank. The annunciators are not affected by this
command.
Command Syntax DISPlay[:WINDow][:STATe] <bool>
Parameters 0 | 1 | OFF | ON
Suffix (None)
*RST ValueONExamplesDISP ON DISPLAY:STATE ON
Query Syntax DISPlay[:WINDow][STATe]?
Returned Parameters <NR1> 0 or 1
Related Commands DISP:MODE DISP:TEXT *RST
36 Language Dictionary
DISP:MODE
Switches the display between its normal metering mode and a mode in which it displays text sent by the user. The command
uses the character data <CRD> format.
Command SyntaxDISPlay[:WINDow]:MODE NORMalITEXTParameters<CRD> NORMal | TEXT*RST ValueNORMExamplesDISP:MODE NORMDISPLAY:MODE NORMALDISPLAY:WINDOW:MODE TEXTQuery SyntaxDISPlay[:WINDow]:MODE?Returned Parameters<CRD> NORMAL or TEXTRelated CommandsDISP DISP:TEXT *RST
DISP:TEXT
Allows character strings to be sent to display. The characters will be displayed when the display mode is TEXT. The LCD
has the following character set:
LCD Character Set
uppercase lettersdigitspunctuationblank space
A display is capable of showing up to 12 characters. However, the three punctuation characters do not count toward the 12-
character limit when they are preceded by an alphanumeric character. When punctuation characters are included, then the
maximum number of characters (alphanumeric + punctuation) that can be displayed is 15. If it exceeds the display capacity,
a message will be truncated to fit and no error message will be generated. If any character in the message is not a member
of the above character set, the character will not be rejected but will be displayed as a "starburst" (all 16 segments of the
character will light).
Command SyntaxDISPlay[:WINDow]:TEXT [:DATA] <STR>Parameters (See LCD character set)*RST Value‘ ‘ExamplesDISP:TEXT "DEFAULT_MODE"DISPLAY:WINDOW:TEXT:DATA '533.2E-1VOLTS'Query SyntaxDISPlay[:WINDow]:TEXT?Returned Parameters<STR> (Last programmed text string)Related CommandsDISP DISP:MODE *RST
A through Z (Case-sensitive entry)0 through 9_ | “ $ < > + - / = ? . : ,
NoteIEEE Standard Digital Interface for Programmable Instrumentation requires that a string be
enclosed in either single (‘) or double (") quotes.
Language Dictionary 37
Initiate Subsystem
INIT
INIT:CONT
This subsystem enables the trigger system. When a trigger is enabled, an event on a selected trigger source causes the
specified trigging action to occur. If the trigger subsystem is not enabled, all trigger commands are ignored. If
INIT:CONT is OFF, then INIT enables the trigger subsystem only for a single trigger action. The subsystem must be
enabled prior to each subsequent trigger action. If INIT:CONT is ON, then the trigger subsystem is continuously enabled
and INIT is redundant.
This query subsystem returns the voltage and current measured at the power supply's sense terminals.
Query SyntaxMEASure:CURRent[:DC]? MEASure:VOLTage[:DC]?Parameters(None)Default SuffixA for MEAS:CURR? V for MEAS:VOLT?ExamplesMEAS:CURR?MEAS:VOLT?MEASURE:VOLTAGE:DC? MVReturned Parameters<NR3>
38 Language Dictionary
Output Subsystem
This subsystem controls the power supply's voltage and current outputs and an optional output relay.
Do not install or program the Agilent Relay Accessories if the power supply maximum output current
OUTP
This command enables or disables the power supply output. The state of a disabled output is a condition of zero output
voltage and a model-dependent minimum source current (see Table 3-1). The query form returns the output state.
rating (see Table 3-1) exceeds the contact ratings of the relay.
OUTP:PROT:CLE
OUTP:PROT:DEL
OUTP:PROT:CLE
OUTP:PROT:DEL
ExamplesOUTP:PROT:CLE OUTPUT:PROTECTION:CLEAROUTPUT:PROTECTION:DELAY 75E-1OUTP:PROT:DEL MIN OUTPUT:PROT:DELAY MAXQuery SyntaxOUTP:PROT:CLE (None)OUTPut:PROTection:DELay? OUTPut:PROTection:DELay? MIN
Returned Parameters<NR3> OUTP:PROT:DEL? returns value of programmed delay.
Related CommandsOUTP:PROT:CLE (None)OUTP:PROT:DEL *RST *RCL *SAV
Clears any OV (overvoltage), OC (overcurrent, unless set via external voltage control),OT
(overtemperature), or RI (remote inhibit) protection features. After this command, the output is
restored to the state it was in before the protection feature occurred.
Sets the time between the programming of an output change that produces a CV, CC, or
UNREG condition and the recording of that condition by the Status Operation Condition
register. The delay prevents the momentary changes in power supply status that can occur
during reprogramming from being registered as events by the status subsystem. Since the delay
applies to CC status, it also delays the OCP (overcurrent protection) feature. The OVP
(overvoltage protection) feature is not affected by this delay.
OUTPut:PROTection:DELay? MAX
OUTP:PROT:DEL? MIN and OUTP:PROT:DEL? MAX return
the minimum and maximum programmable delays.
Language Dictionary 39
OUTP:REL
Do not install or program the Agilent Relay Accessories if the power supply maximum output current
This command is valid only if the power supply is configured for the optional relay connector. Programming ON closes the
relay contacts; programming OFF opens them. The relay is controlled independently of the output state. If the power
supply is supplying power to a load, that power will appear at the relay contacts during switching. If the power supply is not
configured for the relay option, sending either relay command generates an error.
rating (see Table 3-1) exceeds the contact ratings of the relay.
OUTP:REL:POL
Do not install or program the Agilent Relay Accessories if the power supply maximum output current
This command is valid only if the power supply is configured for the optional relay connector. Programming NORMal
causes the relay output polarity to be the same as the power supply output. Programming REVerse causes the relay output
polarity to be opposite to that of the power supply output. If OUTP[:STAT] = ON when either relay command is sent, the
power supply output voltage is set to 0 during the time that the relays are changing polarity.
If the power supply is not configured for the relay option, sending either relay command generates an error.
rating (see Table 3-1) exceeds the contact ratings of the relay.
40 Language Dictionary
Status Subsystem
This subsystem programs the power supply status registers. The power supply has three groups of status registers;
Operation, Questionable, and Standard Event. The Standard Event group is programmed with Common commands as
described in "Chapter 4 - Status Reporting". The Operation and Questionable status groups each consist of the Condition,
Enable, and Event registers and the NTR and PTR filters.
STAT:PRES
This command sets all defined bits in the Status Subsystem PTR registers and clears all bits in the subsystem NTR and
Enable registers. STAT:OPER:PTR is set to 1313 and STAT:QUES:PTR is set to 1555.
The bit configuration of all Status Operation registers is shown in the following table:
Bit Configuration of Operation RegistersBit PositionBit NameBit WeightCAL = Interface is computing new calibration constants; CC = The power module is in constant current mode.CV = The power module is in constant voltage mode; NU = (Not used); WTG = Interface is waiting for a trigger.
NoteSee "Chapter 4 - Status Reporting" for more explanation of these registers.
STAT:OPER?
This query returns the value of the Operation Event register. The Event register is a read-only register which holds (latches)
all events that are passed by the Operation NTR and/or PTR filter. Reading the Operation Event register clears it.
This query returns the value of the Operation Condition register. That is a read-only register which holds the real-time
(unlatched) operational status of the power supply.
This command and its query set and read the value of the Operational Enable register. This register is a mask for enabling
specific bits from the Operation Event register to set the operation summary bit (OPER) of the Status Byte register. This bit
(bit 7) is the logical OR of all the Operational Event register bits that are enabled by the Status Operation Enable register.
Command SyntaxSTATus:OPERation:ENABle <NRf>Parameters0 to 32727Suffix(None)Default Value0ExamplesSTAT:OPER:ENAB 1312 STAT:OPER:ENAB 1
These commands set or read the value of the Operation NTR (Negative-Transition) and PTR (Positive-Transition) registers.
These registers serve as polarity filters between the Operation Enable and Operation Event registers to cause the following
actions:
•When a bit in the Operation NTR register is set to 1, then a 1-to-0 transition of the corresponding bit in the
Operation Condition register causes that bit in the Operation Event register to be set.
•When a bit of the Operation PTR register is set to 1, then a 0-to-1 transition of the corresponding bit in the
Operation Condition register causes that bit in the Operation Event register to be set.
•If the same bits in both NTR and PTR registers are set to 1, then any transition of that bit at the Operation
Condition register sets the corresponding bit in the Operation Event register.
•If the same bits in both NTR and PTR registers are set to 0, then no transition of that bit at the Operation
Condition register can set the corresponding bit in the Operation Event register.
NoteSetting a bit in the value of the PTR or NTR filter can of itself generate positive or negative
events in the corresponding Operation Event register.
Bit Configuration of Questionable RegistersBit PositionConditionBit WeightNU = (Not used); OC = Overcurrent protection circuit has tripped.OT = Overtemperature status condition exists; OV = Overvoltage protection circuit has tripped.RI = Remote inhibit is active; UNR = Power supply output is unregulated. Note: See "Chapter 4 - Status Reporting" for more explanation of these registers.
This query returns the value of the Questionable Event register. The Event register is a read-only register which holds
(latches) all events that are passed by the Questionable NTR and/or PTR filter. Reading the Questionable Event register
clears it.
This query returns the value of the Questionable Condition register. That is a read-only register which holds the real-time
(unlatched) questionable status of the power supply.
This command and its query set and read the value of the Questionable Enable register. This register is a mask for enabling
specific bits from the Questionable Event register to set the questionable summary bit (QUES) of the Status Byte register.
This bit (bit 3) is the logical OR of all the Questionable Event register bits that are enabled by the Questionable Status
Enable register.
These commands allow you to set or read the value of the Questionable NTR (Negative-Transition) and PTR (PositiveTransistion) registers. These registers serve as polarity filters between the Questionable Enable and Questionable Event
registers to cause the following actions:
•When a bit of the Questionable NTR register is set to 1, then a 1-to-0 transition of the corresponding bit of the
Questionable Condition register causes that bit in the Questionable Event register to be set.
•When a bit of the Questionable PTR register is set to 1, then a 0-to-1 transition of the corresponding bit in the
Questionable Condition register causes that bit in the Questionable Event register to be set.
•If the same bits in both NTR and PTR registers are set to 1, then any transition of that bit at the Questionable
Condition register sets the corresponding bit in the Questionable Event register.
•If the same bits in both NTR and PTR registers are set to 0, then no transition of that bit at the Questionable
Condition register can set the corresponding bit in the Questionable Event register.
NoteSetting a bit in the PTR or NTR filter can of itself generate positive or negative events in the
This query returns the next error number followed by its corresponding error message string from the remote programming
error queue. The queue is a FIFO (first-in, first-out) buffer that stores errors as they occur. As it is read, each error is
removed from the queue. When all errors have been read, the query returns 0,NO ERROR. If more errors are accumulated
than the queue can hold, the last error in the queue will be -350,TOO MANY ERRORS (see Table 5-1 in "Chapter 5 - Error
Messages" for other error codes).
You can use the power supply front panel
not put into the queue but appear immediately on the display.
key to read errors from the queue. Errors generated at the front panel are
44 Language Dictionary
SYST:LANG
This command switches the interface between its SCPI (TMSL) command language and its compatibility language. The
compatability language is provided for emulation of older power supply systems and is described in Appendix B. Sending
the command causes:
• The alternate language to become active and to be stored in nonvolatile memory.
• The power supply to reset to the state stored in Location 0.
If the power supply is shut off, it will resume operation in the last-selected language when power is restored.
Command SyntaxSYSTem:LANGuage <string>
Syntax is the same, regardless of the present language.ParametersTMSL | COMPatibility
Note:Parameter TMSL must be used in place of SCPI.Default ValueTMSL or lastselected language.ExamplesSYST:LANG TMSL SYSTEM:LANGUAGE COMPATIBILITYQuery SyntaxSYSTem:LANGuage?
Returned Parameters<CRD> TMSL | COMPRelated Commands(None)
SYST:VERS?
This query returns the SCPI version number to which the power supply complies. The returned value is of the form
YYYY.V, where YYYY represents the year and V is the revision number for that year.
This command selects the trigger source. Since the power supply has no other trigger source than the GPIB bus, this
command need not be used. It is included in the command set to provide programming compatibility with other instruments
(such as the Agilent Electronic Load family) that may have more than one trigger source.
This subsystem programs the output voltage of the power supply.
VOLT
VOLT:TRIG
These commands set the immediate voltage level or the pending triggered voltage level of the power supply. The immediate
level is the voltage programmed for the output terminals. The pending triggered level is a stored voltage value that is
transferred to the output terminals when a trigger occurs. A pending triggered level is unaffected by subsequent VOLT
commands and remains in effect until the trigger subsystem receives a trigger or an ABORt command is given. If there is
no pending VOLT:TRIG level, then the query form returns the VOLT level. In order for VOLT:TRIG to be executed,
the trigger subsystem must be initiated (see INITiate).
[SOURce]:VOLTage[:LEVel][:IMMediate][:AMPLitude]? MAX
[SOURce]:VOLTage[:LEVel][:IMMediate][:AMPLitude]? MIN
[SOURce]:VOLTage[LEVel]:TRIGgered[:AMPLitude]?
[SOURce]:VOLTage[LEVel]:TRIGgered[:AMPLitude]? MAX
[SOURce]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]? MIN
Returned Parameters<NR3>VOLT? and VOLT:TRIG? return presently programmed
immediate and triggered levels. If not triggered level is programmed,
both returned values are the same.
VOLT? MAX and VOLT? MIN return the maximum and
minimum programmable immediate voltage levels.
VOLT:TRIG? MAX and VOLT:TRIG? MIN return the
maximum and minimum programmable triggered voltage levels.
Related CommandsFor VOLT*SAV *RCL*RSTFor VOLT:TRIGABOR VOLT *RST
46 Language Dictionary
VOLT:PROT
This command sets the overvoltage protection (OVP) level of the power supply. If the output voltage exceeds the OVP
level, then the power supply output is disabled and the Questionable Condition status register OV bit is set (see "Chapter 4 Status Reporting"). An overvoltage condition can be cleared with the OUTP:PROT:CLE command after the condition
that caused the OVP trip is removed. The OVP always trips with zero delay and is unaffected by the OUTP:PROT:DEL
command.
[SOURce]:VOLTage:PROTection [:LEVel]? MIN
[SOURce]:VOLTage:PROTection [:LEVel]? MAX
Returned Parameters<NR3> VOLT:PROT? returns presently programmed OVP level.
VOLT:PROT? MAX and VOLT:PROT? MIN return the
maximum and minimum programmable OVP levels.
Related CommandsOUTP:PROT:CLE *RST *SAV *RCL
* Available to accommodate earlier power supply programs.
Command Summary
This summary lists all power supply subsystem commands in alphabetical order, followed by all common commands in
alphabetical order. See Table 3-1 for the command parameters accepted by each power supply model.
Command Summary
CommandParameters
Subsystem Commands
ABORCAL[SOUR]:CURR[:LEV][:IMM][:AMPL][SOUR]:CURR[:LEV][:IMM][:AMPL]?[SOUR]:CURR[:LEV]:TRIG[:AMPL][SOUR]:CURR[:LEV]:TRIG[:AMPL]?[SOUR]:CURR:PROT:STAT(SOUR]:CURR:PROT:STAT?[SOUR]:DIG:DATA[:VAL][SOUR]:DIG:DATA[:VAL]?DISP[WIND]:MODEDISP(WIND]:MODE?DISP[:WIND][:STAT]0 |l | OFF|ONDISP[:WIND][:STAT]?DISP[:WIND]:TEXT[:DATA]DISP[:WIND]:TEXT[:DATA]?INIT[:IMM)INIT:CONT0 | l | OFF|ONINIT:CONT?
(none)(See Appendix A in the Operating Manual)<NRf+>[suffix](none) |MIN|MAX<NRf+>[suffix](none) |MIN|MAX0 |l | ON|OFF(none)<NRf>(none)NORM|TEXT(none)
(none)<STR>(none)(none)
(none)
Language Dictionary 47
Command Summary
CommandParameters
Subsystem Commands
MEAS:CURR[:DC]?MEAS:VOLT[:DC]?OUTP[:STAT]0 | l | OFF|ONOUTP[:STAT]?OUTP:PROT:CLEOUTP:PROT:DELOUTP:PROT:DEL?OUTP:REL[:STAT]OUTP:REL[:STAT]?OUTP:REL:POLOUTP:REL:POL?STAT:OPER:COND?STAT:OPER:ENABSTAT:OPER:ENAB?STAT:OPER[:EVEN]?STAT:OPER:NTRSTAT:OPER:NTR?STAT:OPER:PTRSTAT:OPER:PTR?STAT:PRESSTAT:QUES:COND?STAT:QUES:ENABSTAT:QUES:ENAB?STAT:QUES[:EVEN]?SYST:ERR?SYST:LANGSYST:LANG?SYST:VERS?TRIG[:IMM]TRIG:SOURTRIG:SOUR?[SOUR]:VOLT[:LEV][:IMM][:AMPL]<NRf+>[suffix](SOUR]:VOLT[:LEV][:IMM][:AMPL]?(none) |MIN|MAX[SOUR]:VOLT[:LEV]:TRIG[:AMPL]<NRf+>[suffix](SOUR]:VOLT[:LEV]:TRIG[:AMPL]?(none) |MIN|MAX[SOUR]:VOLT:PROT[:LEV]<NRf+>[suffix][SOUR]:VOLT:PROT[:LEV]?<NRf+>[suffix]
(none)(none)0 to 32.767|MIN|MAX(none) |MIN|MAX0 | l 2OFF|ON+(none)NORM|REV(none)(none)<NRf>(none)(none)<NRf>(none)<NRf>(none)(none)(none)<NRf>(none)(none)(none)TMSLICOMP(none)(none)(none)BUS(n one)
(None)<bool>(None)
(None)
*SRE<NRf>*SRE?*STB?*TRG*TST?*WAI
(None)(None)(None)(None)(None)
48 Language Dictionary
Programming Parameters
Table 3-1 list the programming parameters for each of the models.
Table 3-1. Power Supply Programming Parameters (see note)
ParameterAgilent Model and Value
CURR[:LEV] MAX andCURR[:LEV]:TRIG MAX20.475 A10.237 A6.142 A3.583 A1.535 A(Programming range is 0 to MAX)
6671A6672A6673A6674A6675A
6680A6681A6682A6683A6684A
6690A6691A6692A
*RST Current Value
6651A6652A6653A6654A6655A
6671A6672A6673A6674A6675A
6680A6681A6682A6683A6684A
6690A6691A6692A
OUTP:PROT:DEL*RST Value
VOLT[:LEV] MAX andVOLT[:LEV]:TRIG MAX(Programming range is 0 to MAX)
6680A6681A6682A6683A6684A
6690A6691A6692A
*RST Voltage Value0 V for all modelsVOLT:PROT MAX(Programming range is 0 to MAX)
NoteFor programming accuracy and resolution, see the Specifications and Supplemental
Characteristics in the Operating Guide.
Language Dictionary 49
Status Reporting
Power Supply Status Structure
Figure 4-1 shows the status register structure of the power supply. The Standard Event, Status Byte, and Service Request
Enable registers and the Output Queue perform standard GPIB functions as defined in the IEEE 488.2 Standard DigitalInterface for Programmable Instrumentation. The Operation Status and Questionable Status registers implement status
functions specific to the power supply. Table 4-2 and Figure 4-1 show the bit configuration of each status register.
Operation Status Group
Register Functions
The Operation Status registers record signals that occur during normal operation. The group consists of the following
registers:
• A Condition register that holds real-time status of the circuits being monitored. It is a read-only register.
• A PTR/NTR (positive transition/negative transition) Filter that functions as described under
STAT:OPER:NTR|PTR COMMANDS in "Chapter 3 - Language Dictionary". This is a read/write register.
•An Event register that latches any condition that is passed through the PTR or NTR filters. Reading the Event
register clears it.
•An Enable register that functions as described under STAT:OPER:ENAB in "Chapter 3 - Language
Dictionary". This is a read/write register.
The outputs of the Operation Status group are logically-ORed into the OPER(ation) summary bit (7) of the Status Byte
register.
4
Register Commands
Commands that access this group are derived from the STAT:OPER commands described in "Chapter 3 - Language
Dictionary" and summarized in Table 4-1.
Table 4-1. Status Operation Commands
RegisterCommandQueryCleared ByCondition(None)
PTR Filter
NTR Filter
Event(None)
Enable
STAT:OPER:PTR <NRf>
STAT:OPER:NTR <NRf>
STAT:OPER:ENAB <NRf>
STAT:OPER:COND?
STAT:OPER:PTR?Programming 0
STAT:OPER:NTR?
STAT:OPER:EVEN?Reading or *CLS
STAT:OPER:ENAB?
Cannot be cleared
Programming 0 or
STAT:PRES
Programming 0
Status Reporting 51
Table 4-2. Bit Configurations of Status Registers
BitSignalMeaningBitSignalMeaning
0CALThe interface is computing new
5WTGThe interface is waiting for a trigger.2QYEQuery error.8CVThe power module is in constant
10CCThe power module is in constant4EXEExecution error.current mode.5CMECommand error.7PONPower on.
0OVThe power module overvoltage
1OCThe power module overcurrent
4OTThe power module has an
9RIThe power module remote inhibit state
10UNRThe power module output is
Operation Status Group
calibration constants.
voltage mode.
Questionable Status Group
protection circuit has tripped.
protection circuit has tripped.
overtemperature condition.
is active.
unregulated.
0OPCOperation complete.
3DDEDevice-dependent error.
3QUESQuestionable status summary bit.
4MAVMessage Available summary bit.
5ESBEvent Status summary bit.
6MSS
7OPEROperation status summary bit.
RQS
Standard Event Status Group
Status Byte and Service Request
Enable Registers
Master Status summary bit.Request Service bit.
52 Status Reporting
Figure 4-1. Power Supply Status Model
Questionable Status Group
Register Functions
The Questionable Status registers record signals that indicate abnormal operation of the power supply. As shown in Figure
4-1, the group consists of the same type of registers as the Status Operation group. The outputs of the Questionable Status
group are logically-ORed into the QUES(tionable) summary bit (3) of the Status Byte register.
Register Commands
Programming for this group is derived from the STAT:QUES commands described in "Chapter 3 - Language Dictionary"
and summarized in Table 4-3.
Table 4-3. Status :Questionable Commands
RegisterCommandQueryCleared ByCondition(None)
PTR Filter
NTR Filter
Event(None)
Enable
STAT:QUES:PTR <NRf>
STAT:QUES:NTR <NRf>
STAT:QUES:ENAB <NRf>
STAT:QUES:COND?
STAT:QUES:PTR?Programming 0
STAT:QUES:NTR?
STAT:QUES:EVEN?Reading or *CLS
STAT:QUES:ENAB?
Cannot be cleared
Programming 0 or
STAT:PRES
Programming 0
Standard Event Status Group
Register Functions
This group consists of an Event register and an Enable register that are programmed by common commands. The Standard
Event Status Event register latches events relating to interface communication status (see Table 4-1). It is a read-only
register that is cleared when read.
Read query *ESR!Cleared by *CLS*ESR?
The Standard Event Status Enable register functions similarly to the enable registers of the Operation and Questionable
status groups.
Register Commands
The common *ESE command programs specific bits in the Standard Event Status Enable register. Because the power
supply implements *PSC, the register is cleared at power on if *PSC = 1. *ESR? reads the Standard Event Status Event
register and reading the register clears it.
This register summarizes the information from all other status groups as defined in the "IEEE 488.2 Standard Digital
Interface for Programmable Instrumentation" standard. The bit configuration is shown in Table 4-1. The register can be
read either by a serial poll or by *STB?. Both methods return the same data, except for bit 6. Sending *STB? returns MSS
in bit 6, while poring the register returns RQS in bit 6.
The RQS Bit
Whenever the power supply requests service, it sets the SRQ interrupt line true and latches RQS into bit 6 of the Status Byte
register. When the controller services the interrupt, RQS is cleared inside the register and returned in bit position 6 of the
response. The remaining bits of the Status Byte register are not disturbed.
The MSS Bit
This is a real-time (unlatched) summary of all Status Byte register bits that are enabled by the Service Request Enable
register. MSS is set whenever the power supply has at least one reason (and possibly more) for requesting service. Sending
*STB? reads the MSS in bit position 6 of the response. No bits of the Status Byte register are cleared by reading it.
Determining the Cause of a Service Interrupt
You can determine the reason for an SRQ by the following actions:
• Use a serial poll or the *STB? query to determine which summary bits are active.
• Read the corresponding Event register for each summary bit to determine which events caused the summary
bit to be set. When an Event register is read, it is cleared. This also clears the corresponding summary bit.
•The interrupt will recur until the specific condition that caused each event is removed. If this is not possible,
the event may be disabled by programming the corresponding bit of the status group Enable register or NTR|PTR
filter. A faster way to prevent the interrupt is to disable the service request by programming the appropriate bit of
the Service Request Enable register.
Service Request Enable Register
This register is a mask that determines which bits from the Status Byte register will be ORed to generate a service request
(SRQ). The register is programmed with the *SRE common command. When the register is cleared, no service requests
can be generated to the controller.
Output Queue
The Output Queue is a first-in, first-out (FIFO) data register that stores power supply-to-controller messages until the
controller reads them. Whenever the queue holds one or more bytes, it sets the MAV bit (4) of the Status Byte register. If
too many unread error messages are accumulated in the queue, a system error message is generated (see Table 5-1 in
"Chapter 5 - Error Messages"). The Output Queue is cleared at power on and by *CLS.
Initial Conditions At Power On
Status Registers
When the power supply is turned on, a sequence of commands initializes the status registers. For the factory-default *RST
power-on state, Table 4-4 shows the register states and corresponding power-on commands.
If PSC=1. If PSC = 0, then the last previous state before turn on is recalled. The value of PSC is
stored in nonvolatile memory.
ConditionCaused By
STAT:PRE
STAT:PRE
*CLS
1
1
STAT:PRE
*ESE 0
*CLS
*SRE 0
*CLS
The PON (Power-On) Bit
The PON bit in the Standard Event register is set whenever the power supply is turned on. The most common use for PON
is to generate an SRQ at power on following an unexpected loss of power. To do this, bit 7 of the Standard Event Enable
register must be set so that a power-on event registers in the ESB (Standard Event Summary Bit). Also, bit 5 of the Service
Request Enable register must be set to permit an SRQ to be generated. The commands to accomplish these two conditions
are:
*ESE 128*SRE 32
If *PSC is programmed to 0, the contents of the Standard Event Enable and Service RequestEnable registers are saved in
nonvolatile memory and recalled at power on. This allows a PON event to generate SRQ at power on. Programming *PSC
to 1 prevents these registers from being saved and they are cleared at power on. This prevents a PON event from generating
SRQ at power on.
Examples
NoteThese examples are generic SCPI commands. See "Chapter 2 - Remote Programming" for
information about encoding the commands as language strings.
Servicing an Operation Status Mode Event
This example assumes you want a service request generated whenever the power supply switches to the CC (constant
current) mode. From Figure 4-1, note that the required path is for a condition at bit 10 (CC) of the Operation Status register
to set bit 6 (RQS) of the Status Byte register. The required register programming is shown in Table 4-5.
Status Reporting 55
Table 4-5. Generating RQS from the CC Event
Register Command Comment
Operation PTR
Operation Enable
Service Request Enable
Operation Condition
1
All bits of the PTR registers bits are set to 1 at power on or in response to STAT:PRES.
STAT:OPER:PTR 1024
STAT:OPER:ENAB 1024
*SRE 128
STAT:OPER:EVEN?
Allows a positive transition at the CC input (bit 10) to be
latched into the Status Event register.
1
Allows the latched CC event to be summed into the OPER
summary bit.
Enables the OPER summary bit from the Status Byte register to
generate RQS.
When you service the request, read the event register to
determine that bit 10 (CC) is set and to clear the register for the
next event.
Adding More Operation Events
To add the CV (constant voltage) event to this example, it is only necessary to add the decimal values for bit 8 (value 64) to
the programming commands of the Operation Status group. The commands to do this are:
STAT:OPER:PTR 1280;ENAB 1280
It is not necessary to change any other registers, since the programming for the operation summary bit (OPER) path has
already been done.
Servicing Questionable Status Events
To add OC (overcurrent) and OT (overtemperature) events to this example, program Questionable Status group bits 1 and 4.
STAT:QUES:PTR 18;ENAB 18
Next, you must program the Service Request Enable register to recognize both the questionable (QUES) and the operational
(OPER) summary bits.
*SRE 136
Now when there is a service request, read back both the operational and the questionable event registers.
STAT:OPER:EVEN?;QUES:EVEN?
Monitoring Both Phases of a Status Transition
You can monitor a status signal for both its positive and negative transitions. For example, to generate RQS when the
power supply either enters the CC (constant current) condition or leaves that condition, program the Operational Status
PTR/NTR filter as follows:
The PTR filter will cause the OPER summary bit to set RQS when CC occurs. When the controller subsequently reads the
event register (STAT: OPER: EVEN?), the register is cleared. When CC subsequently goes false, the NTR filter causes the
OPER summary bit to again set RQS.
56 Status Reporting
SCPI Command Completion
SCPI commands sent to the power supply are processed either sequentially or in parallel. Sequential commands finish
execution before a subsequent command begins. A parallel command can begin execution while a preexisting command is
still executing (overlapping commands). Commands that affect trigger actions are among the parallel commands.
The *WAI, *OPC, and *OPC? common commands provide different ways of indicating when all transmitted commands,
including any parallel ones, have completed their operations. The syntax and parameters for these commands are described
in "Chapter 3 - Language Dictionary". Some practical considerations for using these commands are as follows:
*WAI This prevents the power supply from processing subsequent commands until all pending operations
are completed. If something prevents completion of an existing operation, *WAI can place the power
supply and the controller in a "hang- up" condition.
*OPC?
*OPCThis sets the OPC status bit when all pending operations have completed. Since your program can
The trigger subsystem must be in the Idle state in order for the status OPC bit to be true. Therefore, as far as triggers are
concerned, OPC is false whenever the trigger subsystem is in the Initiated state. However, OPC is also false if there are any
commands still pending.
This places a 1 in the Output Queue when all pending operations have completed. Because it
requires your program to read the returned value from the queue before executing the next program
statement, *OPC? could prevent subsequent commands from being executed.
read this status bit on an interrupt basis, *OPC allows subsequent commands to be executed.
NoteFor a detailed discussion of *WAI, *OPC and *OPC?, see "Device/Controller Synchronization
Techniques" in ANSI/IEEE Std 488.2.
DFI (Discrete Fault Indicator)
Whenever a fault is detected in the power supply, it is capable of generating a FLT signal at the digital port (see "Appendix
D - Digital Port Functions" in the power supply Operating Guide). The source for the DFI signal can be any Questionable,
Operation, or Standard Event status event (see Figure 4-1).
RI (Remote Inhibit)
Whenever a remote inhibit signal is received at the digital port (see “Appendix D - Digital Port Functions” in the power
supply Operating Guide), the power supply will receive an RI event at the Questionable Status register. By programming
the status subsystem, you may use RI to generate a service request (SRQ) to the controller and/or to create a DFI output at
the digital port. By using RI/DFI in this way, you can chain the power supplies to create a serial shutdown in response to
the INH input.
Status Reporting 57
5
Error Messages
Power Supply Hardware Error Messages
Front panel error messages resulting from selftest errors or runtime failures are described in “Chapter 3 - Turn-On
Checkout” of the power supply Operating Guide.
Calibration Error Messages
Front panel error messages resulting from calibration errors are described in Appendix A of the power supply Operating
Guide.
System Error Messages
System error messages are obtained remotely with the SYST:ERR? query or by pressing the front panel
error number is the value placed in the error queue. SYST:ERR? returns the error number into a variable and combines the
number and the error message into a string. Table 5-1 lists the system errors that are associated with SCPI syntax errors and
with interface problems. Information inside the brackets is not part of the standard error message, but is included for
clarification. When system errors occur, the Standard Event Status register (see "Chapter 4 - Status Reporting") records
them as follows:
Standard Event Status Register Error Bits
Bit SetError CodeError TypeBit SetError CodeError Type
54
Error
Number
-100Command error [generic command error]
-101Invalid character
-102Syntax error [unrecognized command or data type]
-103Invalid separator [illegal character encountered in place of separator]
-104Data type error [e.g., “numeric or string expected, got block date”]
-105GET not allowed [ <GET> inside a program message]
-108Parameter not allowed [too many parameters]
-109Missing parameter [too few parameters]
-112Program mnemonic too long [maximum 12 characters]
-113Undefined header [syntactical correct but not defined for this device]
-121Invalid character in number [e.g. alpha in decimal data, etc.]
-123Exponent too large [ numeric overflow; exponent magnitude >32000]
-124Too many digits [number too long; more than 255 digits received]
-128Numeric data not allowed [numeric data not accepted where positioned]
-131Invalid suffix [unrecognized suffix, or suffix not appropriate]
-138Suffix not allowed [numeric element does not allow suffixes]
-100 thru -199Command
-200 thru -299Execution
Table 5-1. Summary of System Error Messages
Error String [Description/Explanation/Examples]
32
-300 thru -399Device-dependent
-400 thru -499Query
key. The
Error Messages 59
Table 6-1. Summary of System Error Messages (continued)
Error
Number
-141Invalid character data [bad character, or unrecognized]
-144Character data too long [maximum length is 12 characters]
-148Character data not allowed [character data not accepted where positioned]
-150String data error [generic string error]
-151Invalid string data [e.g., END received before close quote]
-158String data not allowed [string data not accepted where positioned]
-160Block data error [generic data block error]
-161Invalid block data [e.g., END received before length satisfied]
-168Block data not allowed [block data not accepted where positioned]
-220Parameter error
-221Settings conflict [uncoupled parameters]
-222Data out of range [e.g., outside the range of this device]
-223Too much data [out of memory; block, string, or expression too long]
-240Hardware error [device-dependent]
-241Hardware missing [device-dependent]
-310System error [device-dependent]
-313Calibration memory lost [out of calibration due to memory failure]
-330Self-test failed [more specific data after “;”]
-350Queue overflow [errors lost due to too many errors in queue]
-400Query error [generic query error]
-410Query INTERRUPTED [query followed by DAB or GET before response complete]
-420Query UNTERMINATED [addressed to talk, incomplete programming message received]
-430Query DEADLOCKED [too many queries in command string]
-440Query UNTERMINATED [query received after query for indefinite response]
Error String [Description/Explanation/Examples]
60 Error Messages
SCPI Conformance Information
Note See Chapter 3 - Language Dictionary for command syntax.
See Appendix A - Calibration in the Operating Guide for CAL commands.
1
62 SCPI Conformance Information
B
Compatibility Language
The Agilent Series 664xA, 665xA, 667xA, 668xA, and 669xA Power Supplies are programatically compatible with the
Agilent 603xA Series AutoRanging Power Supplies (ARPS). This means that you can program the Agilent 664xA, 665xA,
667xA, 668xA, and 669xA supplies over the GPIB using the ARPS commands. Software that you have written for the
autoranging power supplies can also be adapted to program the above supplies.
NoteThe Agilent 664xA, 665xA, 667xA, 668xA, 669xA serial link is not supported by ARPS
commands. You can use only a GPIB primary address for the power supply.
To switch from SCPI commands to ARPS commands (and vice versa), use the SYST:LANG command. This command is
documented in "Chapter 3 - Language Dictionary".
Table B-1 summarizes the ARPS commands that program the supplies. You will need to refer to the Series 603xA power
supply manual
commands, but others are unique to ARPS. For example, the ARPS FOLD commands have no function with the Series
664xA, 665xA, 667xA, 668xA, and 669xA supplies. Similarly, there are some SCPI commands that have no ARPS
function.
NoteParallel Polling:
When programmed for parallel polling and Compatibility Language, power supplies operating under the
1
for complete information on the ARPS commands. Some of the ARPS commands are similar to SCPI
Agilent BASIC system can "hang up" the GPIB when the system is turned on. This can occur under the
following conditions:
•The controller uses CS80 Protocol for an external disk drive (for example, the Agilent
9133D).
•The external disk drive and the power supply have the same select code and that code is 7 or
less.
•The external disk drive and power supply addresses are binary complements of each other
(e.g., 0 & 7, 1 & 6, etc.).
When the system is turned on, the power supply accesses the GPIB before the controller and prevents it
from accessing the external disk drive. The solution is to change one of the GPIB addresses, or to ensure
that the power supply is not turned on until after the controller has completed its selftest and has control of
the GPIB.
1
This manual is listed in the Chapter 1 "Replaceable Parts" table of the power supply Operating Guide.
Compatibility Language 63
ARPS Command
VSET x
VSET xV
VSET xMV
ISET x
ISET xA
ISET xMA
VSET?
ISET?
VOUT?
IOUT?
OVP x
OVP xV
OVP xMV
OVP?
VMAX x
VMAX xV
VMAX
xMV
IMAX x
IMAX xA
IMAX
xMA
VMAX?
IMAX?
DLY x
DLY xS
DLY xMS
DLY?
OUT OFF
OUT 0
OUT ON
OUT 1
FOLD OFF
FOLD CC
FOLD 2
FOLD 0
FOLD CV
FOLD 1
FOLD CC
FOLD 2
FOLD?
1
These commands program output voltage. See Table 3-1 for the
Table B-1. ARPS Commands
DescriptionSimilar SCPI
VOLT
programming ranges of these commands.
Initial condition: 0 V
These commands program output current. See Table 3-1 for the
CURR
programming ranges for these commands.
Initial condition: 0 A
These commands read voltage or current settings.
VOLT?
CURR?
These commands measure and read output voltage or current.
MEAS:VOLT?
MEAS:CURR?
NOTE: OVP commands do not work with Agilent 603xA
VOLT:PROT
supplies. These commands program the overvoltage protection.
The OVP setting is programmed in either volts or millivolts. See
Table 3-1 for the programming ranges of these commands.
Initial condition: 10% above rated output.
This command reads the OVP setting.
These commands program an upper limit (soft limit) to the voltage
VOLT:PROT?
(None)
programming value that the power supply will accept. The
programming ranges are the same as those used for VSET.
These commands program an upper limit (soft limit) to the current
(None)
programming value that the power supply will accept. The
programming ranges are the same as those used for ISET.
These commands read the soft voltage or current limits.(None)
These commands program the delay time before a new output
OUTP:PROT:DEL
voltage or current is implemented or an RST, OUT ON, or CLR
command is received. During the delay the CV, CC, and CR
conditions cannot be reported as faults, and foldback protection is
disabled.
This command reads the delay time setting.
These commands enable or disable the power supply output. The
disabled state programs the output to relatively low voltage and
current values. The supply will be able to implement commands
even while the output is disabled.
OUTP:PROT:DEL?
OUTP:STAT OFF
OUTP:STAT 0
OUTP:STAT ON
OUTP:STAT 1
Initial condition: OUT ON
These commands enable or disable Foldback protection.
(None)
Foldback protection disables the power supply output if the power
supply switches to whichever mode (CV or CC) is defined as the
fold (error) condition. Note that foldback protection is disabled
during the DELAY period.
Initial condition: FOLD OFF
This command reads the Foldback setting.(None)
1
x = any digit (within range) MA = milliampere MV = millivolt MS = millisecond.
Command
64 Compatibility Language
ARPS Command
RST
HOLD OFF
HOLD 0
HOLD ON
HOLD 1
1
Table B-1. ARPS Commands (continued)
DescriptionSimilar SCPI
This command resets the power supply if the output is disabled by
the overvoltage, remote inhibit, or foldback protection circuits.
The power supply resets to the parameters stored for the power-on
state. Note that the settings can be changed while the supply is
disabled.
These commands determine if certain newly received
commands are immediately acted on by the power supply
or are acted on later while the supply continues to operate with
previously received values. HOLD ON can be used to
synchronize power supply actions with the actions of other GPIB
devices. (See the TRG command.) Initial condition: HOLD OFF
Command
OUTP:PROT:CLE
VOLT:TRIG
CURR:TRIG
HOLD?
T
TRG
STO RCL
STS?
ASTS?
This command reads the HOLD setting.
These commands cause the power supply to act on commands that
have been previously sent, but are being held (pending). The
supply continues to operate with previously received values until a
trigger command is received (see HOLD command.) The device
trigger interface message performs the same function.
These commands cause the power supply to store and recall power
supply states, except for output on/off. Each state includes:
voltage (lst and 2nd rank), current (lst and 2nd rank), soft voltage
and current limit, delay time, service request on/off, foldback (lst
and 2nd rank), mask (lst and 2nd rank), and hold.
Initial condition: Each register is initiated to the turn-on values.
This command reads the contents of the status register, which
maintains the present status of the power supply.
This command reads the contents of the accumulated status
register, which stores any bit condition entered in the status
register since the accumulated status register was last read,
regardless of whether the condition still exists.
VOLT:TRIG?
CURR:TRIG?
INIT ON;TRIG
INIT ON;*TRG
*SAV
*RCL
STAT:OPER:COND?
STAT:QUES:COND?
*ESE?
STAT:OPER?
STAT:QUES?
*ESE?
UNMASK
mnemonics
UNMASK
xxx
These commands determine the conditions that will set bits in the
fault register, allowing the operator to define the conditions that
will be reported as faults. Fault conditions can be enabled by
sending a string of status register mnemonics after the UNMASK
command. The mnemonics must be separated by commas, and
may be sent in any order, but must correspond to the condition that
will be enabled. Fault conditions can also be enabled by sending
the decimal equivalent of the total bit weight of all conditions to be
enabled. UNMASK NONE disables all conditions from setting
bits in the fault register. Initial condition: UNMASK NONE
Compatibility Language 65
STAT:OPER:ENAB
STAT:QUES:ENAB
*ESE
ARPS Command
UNMASK?
1
Table B-1. ARPS Commands (continued)
DescriptionSimilar SCPI
This command reads which bits in the status register have been
enabled as fault conditions. The decimal equivalent of the total bit
weight of all enabled bits is returned.
Command
STAT:OPER:ENAB?
STAT:QUES:ENAB?
ESE
FAULT?
SRQ OFF
SRQ 0
SR*Q ON
SRQ 1
SRQ?
CLR
ERR?
TEST?
This command reads which bits have been set in the fault register.
A bit is set in the fault register when the corresponding bit in the
status register changes from inactive to active AND the
corresponding bit in the mask register has been enabled. The fault
register is reset only after it has been read. The decimal equivalent
of the total bit weight of all enabled bits is returned.
These commands enable or disable the power supply's ability to
request service from the controller for fault conditions. UNMASK
defines which conditions are defined as faults.
Initial condition: SRQ OFF
This command reads the SRQ setting.
This command initializes the power supply to the power-on state.
It also resets the PON bit in the serial poll register. The command
performs the same function as the Device Clear (DCL) interface
message.
This command determines the type of programming error detected
by the supply. A remote programming error sets the ERR bit in the
status register, which can be enabled by UNMASK to request
service.
This command causes the power supply to run selftest and report
any detected failures.
STAT:OPER?
STAT:QUES?
*ESE
*SRE
*SRE?
*RST
SYST:ERR?
*TST?
ID?
SYST:LANG
66 Compatibility Language
This command causes the power supply to report its model number
and any options that affect the supply's output.
This command causes the alternate language to become active and
to be stored in nonvolatile memory. In this case, the commands are
equivalent. After being shut off, the power supply will resume in
the last-selected language when power is restored. The parameter
must be either COMP or TMSL, not SCPI.
*IDN?
SYST:LANG
Index
—A—
AARD, 15
analog port. See chapter 4 in the Operating Guide
analog programming. See chapter 4 in the Operating Guide
ANSI/IEEE, 7, 57
ARPS commands, 64
—C—
multiplier, 15
numeric, 14
suffix, 15
DCL command, 29, 33
DDE bit. See status bit
DFI, 57
discrete fault indicator, 57
display
writing to, 17
DOS drivers, 20
CAL bit. See status bit
calibration
password. See appendix A in the Operating Guide
procedure. See appendix A in the Operating Guide
CC
mode, 17, 41
CC bit. See status bit
character strings, 15
combine commands
common commands, 14
from different subsystems, 13
root specifier, 13
command completion, 57
common commands
*CLS, 27
*ESE, 27
*ESR?, 28
*IDN?, 28
*OPC, 28
*OPC?, 29
*OPT?, 29
*PSC, 29
*RCL, 30
*RST, 31
*SAV, 31
*SRE, 32
*STP?, 32
*TRG, 33
*TST?, 33
*WAI, 33
Compatibility
language, 63
connector
digital port. See appendix D in the Operating Guide
trigger, 16
conventions used in this guide, 9
CRD, 15
current, 16
CV
mode, 17, 41
CV bit. See status bit
—D—
data
boolean, 15
character, 15
—E—
error messages, 59
calibration. See appendix A in the Operating Guide
hardware. See chapter 3 in the Operating Guide
runtime. See chapter 3 in the Operating Guide
system, 59
error queue, 44, 59
ESB bit. See status bit
EXE bit. See status bit
—F—
factory default state. See common comands, *RST
FLT, 57
—G—
general information, 7
GET command, 33, 59
GPIB
address, 18
capabilities of the dc source, 9
command library for MS DOS, 7
connections. See chapter 4 in the Operating Guide
controller programming, 7
references, 7
—H—
hazard
energy, 2, 30
header, 11
long form, 11
short form, 11
history, 2
—I—
trigger, 16
implied
colon, 13
decimal point, 14
message terminator, 15
INH, 57
initial conditions, 54
trigger, 16
Index 67
interrupt, 17, 54
—K—
keyword. See header
—L—
language, 63
Compatibility. See ARPS commands
SCPI. See SCPI commands
language dictionary, 25
—M—
PON bit. See status bit
power-on state. See common comands, *RST
primary address. See GPIB address
print date, 2
programming
digital I/O, 18
examples, 20
status registers, 17
programming command
parameters, 49
summary, 47
programming status registers, 51
programming the output, 16
PSC bit. See status bit
manuals, 7
MAV bit. See status bit
message
error \t, 7
message terminator
end or identify, 12
newline, 12
message unit
separator, 12
monitoring both phases of status transition, 56
moving among subsystems, 13
MSS bit. See status bit
WTG, 41, 52
status byte register, 54
suffixes, 15
system errors, 59
—T—
tree diagram, 13
types of SCPI commands, 10
—U—
units. See data
UNR bit. See status bit
—V—
value coupling, 14
voltage, 16
VXIplug&play drivers, 8
—W—
warning
safety, 2, 30
WTG bit. See status bit
Index 69
Agilent Sales and Support Office
For more information about Agilent Technologies test and measurement products, applications, services, and for a current
sales office listing, visit our web site: http://www.agilent.com/find/tmdir
You can also contact one of the following centers and ask for a test and measurement sales representative.
United States:
Agilent Technologies
Test and Measurement Call Center
P.O. Box 4026
Englewood, CO 80155-4026
(tel) 1 800 452 4844
Canada:
Agilent Technologies Canada Inc.
5150 Spectrum Way
Mississauga, Ontario
L4W 5G1
(tel) 1 877 894 4414
Europe:
Agilent Technologies
Test & Measurement European Marketing Organisation
P.O. Box 999
1180 AZ Amstelveen
The Netherlands
(tel) (31 20) 547 9999
Latin America:
Agilent Technologies
Latin American Region Headquarters
5200 Blue Lagoon Drive, Suite #950
Miami, Florida 33126
U.S.A.
(tel) (305) 267 4245
(fax) (305) 267 4286
Australia/New Zealand:
Agilent Technologies Australia Pty Ltd
347 Burwood Highway
Forest Hill, Victoria 3131
(tel) 1-800 629 485 (Australia)
(fax) (61 3) 9272 0749
(tel) 0 800 738 378 (New Zealand)
(fax) (64 4) 802 6881
Asia Pacific:
Agilent Technologies
24/F, Cityplaza One, 1111 King's Road,
Taikoo Shing, Hong Kong
tel: (852)-3197-7777
fax: (852)-2506-9284
Japan:
Agilent Technologies Japan Ltd.
Measurement Assistance Center
9-1, Takakura-Cho, Hachioji-Shi,
Tokyo 192-8510, Japan
(tel) (81) 426 56 7832
(fax) (81) 426 56 7840
Technical data is subject to change.
Manual Updates
The following updates have been made to this manual since the printing date indicated on the
title page.
5/15/09
Corrections have been made to the *SAV and the [SOURce:]DIGital:DATA commands.
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.