TTRigger - allows access to the timing trigger functions.
TWAVeform - allows access to the timing waveforms functions.
TLISt - allows access to the timing listing functions.
SYMBol - allows access to the symbol specification functions.
SPA - allows access to the System Performance Analysis (SPA)
functions.
Program Examples
The program examples in the following chapters and chapter 28,
"Programming Examples," were written on an HP 9000 Series 200/300
controller using the HP BASIC 6.2 language. The programs always assume a
generic address for the Agilent 1670G-series logic analyzers of XXX.
In the examples, you should pay special attention to the ways in which the
command and/or query can be sent. Keywords can be sent using either the
long form or short form (if one exists for that word). With the exception of
some string parameters, the parser is not case-sensitive. Uppercase and
lowercase letters may be mixed freely. System commands like HEADer and
LONGform allow you to dictate what forms the responses take, but they have
no affect on how you must structure your commands and queries.
Example The following commands all set the timing waveform delay to 100 ms.
Keywords in long form, numbers using the decimal format.
OUTPUT XXX;":MA CHINE1:TWAVEFORM :DELAY .1"
Keywords in short form, numbers using an exponential format.
OUTPUT XXX;":MA CH1:TWAV:DEL 1E- 1"
Keywords in short form using lowercase letters, numbers using a suffix.
OUTPUT XXX;":ma ch1:twav:del 100 ms"
In these examples, the colon shown as the first character of the command is
optional on the Agilent 1670G-series logic analyzer. The space between DELay
and the argument is required.
Programming and Documentation Conventions
Program Examples
4–13