1-102
Chapter 1
Alphabetical Command Reference
IF
IF
Syntax
IF<BIHIGH|BILOW|LCEQZE|LCNEZE|LTFAIL|LTPASS>;
Description
These 6 commands branch an executing sequence to a new sequence if the following
condition is satisfied.
EXAMPLE
To designate the new sequence, each of the following commands must be
followed by the
SEQ<num>
command (where <num> = 1 through 6). For
example:
Or the new sequence can be designated as part of the command itself.
For example:
Command
Description
Range
Query Response
IFBIHIGH
Tests the specified input GPIO bit (see
). If high, invokes the sequence
which follows.
N/A
N/A
IFBILOW
Tests the specified input GPIO bit (see
). If low, invokes the sequence
which follows.
N/A
N/A
IFLCEQZE
If loop counter equals zero, then do the
sequence that follows.
N/A
N/A
IFLCNEZE
If loop counter does not equal zero, then do
the sequence that follows.
N/A
N/A
IFLTFAIL
If limit test fails, then do sequence that
follows.
N/A
N/A
IFLTPASS
If limit test passes, then do sequence that
follows.
N/A
N/A
10 OUTPUT 716;”IFLCEQZE;”
If loop counter equals zero, then
20
OUTPUT 716;”SEQ4;”
Execute sequence 4
10 OUTPUT 716;”IFLCEQZESEQ4;”
If loop counter equals zero, then
execute sequence 4
Summary of Contents for 8719ES
Page 15: ...1 1 1 Alphabetical Command Reference ...
Page 293: ...2 1 2 Introduction to Instrument Control ...
Page 310: ...3 1 3 GPIB Programming ...
Page 334: ...4 1 4 Reading Analyzer Data ...
Page 343: ...5 1 5 Data Processing Chain ...
Page 350: ...6 1 6 Error Reporting ...
Page 364: ...7 1 7 Programming Examples ...
Page 502: ...A 1 A Preset Conditions ...
Page 517: ...B 1 B Command Listings ...