7-134
Chapter 7
Programming Examples
Limit Line and Data Point Special Functions
Example:
Sending
SELSEG3
and
OUTPSEGM
may return the following:
3, 1.90009,
−
9.900000E
−
01, 2.12309, 2.00
For an explanation of these results, see
is an interpretation of the min/max data returned using the
SELSEG
and
OUTPSEGM
commands.
NOTE
A new Line Feed character <
L
F>
is inserted after the segment number and
after each data pair.
Output Minimum and Maximum Point for All Segments
Three GPIB commands allow the user to dump the min-or-max or min-and-max values for
all active segments:
•
OUTPSEGAM
: outputs min and max data for each active segment.
•
OUTPAMIN
: outputs the min data for each active segment.
•
OUTPAMAX
: outputs the max data for each active segment.
The
OUTPSEGAM
output consists of:
• The total number of segments being reported.
• The following data for each segment:
❏
segment number
❏
min stimulus
❏
min value
❏
max stimulus
❏
max value
Table 7-17 Example Output: OUTPSEGM (min/max per segment)
Segment
Min Pt Stimulus
(Frequency)
Min Pt Value
(dB)
Max Pt Stimulus
(Frequency)
Max Pt Value
(dB)
3
1.9 GHz
−
.99
2.12 GHz
2.12
Содержание 8719ES
Страница 15: ...1 1 1 Alphabetical Command Reference ...
Страница 293: ...2 1 2 Introduction to Instrument Control ...
Страница 310: ...3 1 3 GPIB Programming ...
Страница 334: ...4 1 4 Reading Analyzer Data ...
Страница 343: ...5 1 5 Data Processing Chain ...
Страница 350: ...6 1 6 Error Reporting ...
Страница 364: ...7 1 7 Programming Examples ...
Страница 502: ...A 1 A Preset Conditions ...
Страница 517: ...B 1 B Command Listings ...