
1
Introduction to SCPI
SCPI Conventions and Data Formats
6
U3606A Programmer’s Reference
Using whitespace
You must use whitespace characters, [tab], or [space] to separate a
parameter from a command keyword. Whitespace characters are generally
ignored only in parameter lists. You may omit the whitespace characters
only in parameter lists.
For example, sending the following command:
&
CONF:AC 10,0.01
is the same as sending this command:
&
CONF:AC 10, 0.01
However, an error is generated if you do not use a whitespace character
to separate a parameter from a command keyword in your command
string.
&
CONF:AC10,0.01
&
SYST:ERR?
Typical response:
$
-113,"Undefined header"
Using “?” commands
The bus controller may send commands at any time, but a SCPI- equipped
instrument may only send responses when specifically instructed to do so.
Only query commands (commands that end with a “
?
”) will instruct the
instrument to send a response message. Queries return either measured
values or internal instrument settings.
For example, the following command sets the U3606A to measure AC
current within a range of 100 mA.
&
CONF:CURR:AC 0.1
You can then query the present measurement configuration by sending:
&
CONF?
Typical response:
$
CURR:AC +1.000000E-01,+1000000E-05
Содержание 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 ...