Command Syntax
VX4792 User Manual
3-3
Syntactic Delimiters
Syntactic elements in a program message unit are delimited (differentiated) with
colons, white space, commas, or semicolons.
H Colon (:). Typically delimits the compound command header.
H White Space. Typically delimits command/query headers from the
argument.
and are the command headers, and and
are the arguments.
H Comma (,). Typically delimits between multiple arguments. In the above
example, a comma delimits the multiple arguments and .
H Semicolon (;). Typically delimits between multiple commands (or multiple
program message units). For more information about using the semicolon,
refer to Concatenating Commands on page 3–8.
White Space
White space, which is used to delimit certain syntactic elements in a command,
is defined in the VX4792 Arbitrary Waveform Generator as a single ASCII-en-
coded byte in the range ASCII 0-32 (decimal). This range consists of the
standard ASCII characters exclusively except for ASCII 10, which is the Line
Feed (LF) or New Line (NL) character.
Special Characters
The Line Feed (LF) character or the New Line (NL) character (ASCII 10) and all
characters in the range of ASCII 127-255 are defined as special characters. These
characters are used in arbitrary block arguments only; using these characters in
other parts of any command yields unpredictable results.