More About Oscilloscope Commands 8

Valid Command/Query Strings

"Program Message Syntax" on page 531

"Command Tree" on page 535

"Duplicate Mnemonics" on page 545

"Tree Traversal Rules and Multiple Commands" on page 545

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.

3URJUDP0HVVDJH

',63/$</$%(/21

,QVWUXFWLRQ+HDGHU

6HSDUDWRU 3URJUDP'DWD

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 "Long Form to Short Form Truncation Rules" on page 532), 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 clarify the meaning of the instruction.

Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Reference

531

Page 531
Image 531
Agilent Technologies 5000 Series manual Valid Command/Query Strings, Program Message Syntax