7-136
Chapter 7
Programming Examples
Limit Line and Data Point Special Functions
Example Program of OUTPSEGAM Using BASIC
The following program is not included on the Programming Examples CD-ROM:
10 Minmax:
!
20 Mm:
IMAGE DD,":",2X,D.DDDE,2X,SD.DDDE,2X,D.DDDE,2X,SD.DDDE
30
PRINT "TESTING: OUTPSEGAM: min/max points for each segment"
40
OUTPUT 716;"minmaxon;"
50
OUTPUT 716;"outpsegam;"
60
ENTER 716;Numsegs
70
PRINT "receiving data for";Numsegs;"segments"
80
FOR I=1 TO Numsegs
90
ENTER 716;Segnum,Minstim,Minval,Maxstim,Maxval
100
PRINT USING Mm; Segnum, Minstim, Minval,Maxstim,
Maxval
110
NEXT I
Содержание 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 ...