7-22
Chapter 7
Programming Examples
Measurement Setup Examples
280 ENTER @Nwa;Flag
290 PRINT "Flag =";Flag;"
";
300 IF Flag=1 THEN
! Test flag and print analyzer state
310
PRINT "Averaging ON"
320 ELSE
330
PRINT "Averaging OFF"
340 END IF
350 !
360 OUTPUT @Nwa;"OPC?;WAIT;"
! Wait for the analyzer to finish
370 ENTER @Nwa;Reply
! Read the 1 when complete
380 LOCAL @Nwa
! Release HP-IB control
390 END
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 ...