Agilent Technologies U3606B Programmer's Reference Manual page 17

Dc power supply
Hide thumbs Also See for U3606B:
Table of Contents

Advertisement

Using a semicolon
Use a semicolon ( ; ) to separate two commands within the same command
string. For example, sending the following command string:
& :SOUR:VOLT:RANG 5;:SOUR:VOLT:LIM 8
is the same as sending the following two commands.
& SOUR:VOLT:RANG 5
& SOUR:VOLT:LIM 8
The semicolon does not change the present path specified. For example, the
following two statements are equivalent.
& :SOUR:VOLT:RANG 5;:SOUR:VOLT:LIM 8
& :SOUR:VOLT:RANG 5;LIM 8
Note that in the first statement, the first colon is optional but the fourth is
compulsory.
Using a comma
If a command requires more than one parameter, you must separate adjacent
parameters using a comma ( , ).
CONFigure[:VOLTage]:AC
The angle brackets are not sent with the command string. See
conventions"
& CONF:AC 10, 0.001
U3606B Programmer's Reference
[<range>|AUTO|MAX|MIN|DEF[,{<resolution>|MAX|MIN|DEF}]]
on page 8 for more information.
Introduction to SCPI
SCPI Conventions and Data Formats
"Syntax
1
5

Advertisement

Table of Contents
loading

Table of Contents