267
Chapter 4 Remote Interface Reference
An Introduction to the SCPI Language
4
Command Separators
A colon (
:
) is used to separate a command keyword from a lower-level
keyword. You must insert a blank space to separate a parameter from a
command keyword. If a command requires more than one parameter,
you must separate adjacent parameters using a comma as shown below:
"APPL:SIN 5 KHZ, 3.0 VPP, -2.5 V"
A semicolon (
;
) is used to separate commands within the same
subsystem, and can also minimize typing. For example, sending the
following command string:
"FREQ:START 10
;
STOP 1000"
... is the same as sending the following two commands:
"FREQ:START 10"
"FREQ:STOP 1000"
Use a colon and a semicolon to link commands from different subsystems.
For example, in the following command string, an error is generated if
you do not use both the colon and semicolon:
"SWE:STAT ON
;:
TRIG:SOUR EXT"
Using the
MIN
and
MAX
Parameters
You can substitute “MINimum” or “MAXimum” in place of a parameter
for many commands. For example, consider the following command:
FREQuency {<
frequency
>|MINimum|MAXimum}
Instead of selecting a specific frequency, you can substitute MIN to set
the frequency to its minimum value or MAX to set the frequency to its
maximum value.
33210A users guide.book Page 267 Wednesday, July 16, 2008 11:16 AM
Summary of Contents for 33210A
Page 1: ...Keysight 33210A 10 MHz Function Arbitrary Waveform Generator User s Guide ...
Page 2: ......
Page 3: ......
Page 14: ...12 Contents Contents 33210A users guide book Page 12 Wednesday July 16 2008 11 16 AM ...
Page 15: ...1 1 Quick Start 33210A users guide book Page 13 Wednesday July 16 2008 11 16 AM ...
Page 53: ...3 3 Features and Functions 33210A users guide book Page 51 Wednesday July 16 2008 11 16 AM ...
Page 273: ...5 5 Error Messages 33210A users guide book Page 271 Wednesday July 16 2008 11 16 AM ...
Page 301: ...6 6 Application Programs 33210A users guide book Page 299 Wednesday July 16 2008 11 16 AM ...
Page 311: ...7 7 Tutorial 33210A users guide book Page 309 Wednesday July 16 2008 11 16 AM ...
Page 335: ...8 8 Specifications 33210A users guide book Page 333 Wednesday July 16 2008 11 16 AM ...