Valid Command/Query Strings; Program Message Syntax - Agilent Technologies InfiniiVision 7000A Series Programmer's Manual

Table of Contents

Advertisement

Valid Command/Query Strings

Program Message Syntax

To program the instrument remotely, you must understand the command
format and structure expected by the instrument. The IEEE 488.2 syntax
rules govern how individual elements such as headers, separators, program
data, and terminators may be grouped together to form complete
instructions. Syntax definitions are also given to show how query
responses are formatted. The following figure shows the main syntactical
parts of a typical program statement.
":DISPLAY:LABEL ON"
Instructions (both commands and queries) normally appear as a string
embedded in a statement of your host language, such as Visual Basic or
C/C++. The only time a parameter is not meant to be expressed as a string
is when the instruction's syntax definition specifies <block data>, such as
<learn string>. There are only a few instructions that use block data.
Program messages can have long or short form commands (and data in
some cases — see
page 788), and upper and/or lower case ASCII characters may be used.
(Query responses, however, are always returned in upper case.)
Instructions are composed of two main parts:
• The header, which specifies the command or query to be sent.
• The program data, which provide additional information needed to
Agilent InfiniiVision 7000A Series Oscilloscopes Programmer's Guide
"Program Message Syntax"
"Command Tree"
on page 791
"Duplicate Mnemonics"
"Tree Traversal Rules and Multiple Commands"
Program Message
Instruction Header
Separator
Program Data
"Long Form to Short Form Truncation Rules"
clarify the meaning of the instruction.
More About Oscilloscope Commands
on page 787
on page 805
on page 806
on
11
787

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents