
Introduction to SCPI
1
SCPI Conventions and Data Formats
U3606A Programmer’s Reference
3
SCPI Conventions and Data Formats
Throughout this document, the following conventions and formats are used
in the SCPI command examples. The examples are presented in the
following manner:
Example
This programming snippet illustrates how several commands are used
together to instruct the U3606A to make a single DC voltage measurement.
&
CONF 10, 0.0001
A right directional arrow (
&
) indicates a
command that is sent to the instrument.
The abbreviated form of the command is favored
over the long form for shorter program lines. See
for more
information.
Optional keywords are omitted in the command
syntax. See
for
more information.
&
TRIG:SOUR BUS
&
INIT
The particular command or query in question is
highlighted in the programming snippet.
This example illustrates how the “INIT”
command is used within a larger programming
module.
&
*TRG
Commands beginning with an “*” indicate an
IEEE-488.2 common command. See
for more information.
&
FETC?
A command ending with a “?” indicates a query
that is sent to the instrument. See
for more information.
$
9.00
A left directional arrow (
$
) indicates a return
message from the instrument.
Содержание U3606A
Страница 1: ...Keysight U3606A Multimeter DC Power Supply Programmer s Reference ...
Страница 2: ......
Страница 3: ......
Страница 13: ...U3606A Programmer s Reference XI Device specific errors 341 Self test errors 342 Calibration errors 343 ...
Страница 14: ...XII U3606A Programmer s Reference ...
Страница 27: ...Introduction to SCPI 1 SCPI Status System U3606A Programmer s Reference 13 Figure 1 1 Status system diagram ...
Страница 32: ...1 Introduction to SCPI SCPI Status System 18 U3606A Programmer s Reference ...
Страница 58: ...2 CALCulate Subsystem CALCulate NULL OFFSet 44 U3606A Programmer s Reference ...
Страница 92: ...3 CALibration Subsystem Remote Calibration Procedures 78 U3606A Programmer s Reference ...
Страница 132: ...4 CONFigure Subsystem CONFigure DCYCle 118 U3606A Programmer s Reference ...
Страница 138: ...5 INITiate Subsystem INITiate CONTinuous 124 U3606A Programmer s Reference ...
Страница 174: ...7 MEMory Subsystem MEMory STATe RECall AUTO 160 U3606A Programmer s Reference ...
Страница 295: ...SOURce Subsystem 10 SOURce PROTection STATe U3606A Programmer s Reference 281 RST on page 328 ...
Страница 296: ...10 SOURce Subsystem SOURce PROTection STATe 282 U3606A Programmer s Reference ...
Страница 332: ...14 Root Commands READ 318 U3606A Programmer s Reference ...
Страница 350: ...15 IEEE 488 2 Common Commands WAI 336 U3606A Programmer s Reference ...
Страница 370: ...Command Quick Reference 356 U3606A Programmer s Reference ...