Using AUToscale and the MEASure:ALL? Query
This very simple program example shows how to use Autoscale to acquire a
waveform and the MEASure:ALL? query to read in the measurement results.
10 OUTPUT 707; ":SY STEM:HEADER ON "
20 OUTPUT 707; ":EO I ON"
30 OUTPUT 707; ":SE LECT 2"
40 OUTPUT 707; ":AU TOSCALE"
50 WAIT 5
60 DIM Me$[200]
70 OUTPUT 707; ":MEAS URE:SOURCE C HANNEL 1;ALL ?"
80 ENTER 707 USING "# ,200A";Me$
90 PRINT USING "#,2 00A";Me$
100 END
Programming Examples
Using AUToscale and the MEASure:ALL? Query
36–32