Technical data

Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 445
:MEASure:AREA
Command :MEASure:AREA {CYCLe | DISPlay}[,<source>]
The :MEASure:AREA command turns on the area measurement. The area
measurement measures between the waveform, or a selected cycle of the
waveform, and the waveform ground. When measuring Area, it is
sometimes useful to use the Subtract Math Operator to remove any dc
offset from a waveform you want to measure. Also see Math/FFT
Functions for more details.
<source> {CHANnel<N> | FUNCtion<N> | WMEMory<N>}
<N> CHANnel<N> is an integer, 1 - 4.
FUNCtion<N> and WMEMory<N> are:
An integer, 1 - 4, representing the selected function or waveform memory.
Example This example turns on the area measurement which measures between the
waveform and ground. Only that portion of the waveform which is in the
waveform viewing area is measured.
myScope.WriteString ":MEASURE:AREA DISPLAY"
Query :MEASure:AREA?
The :MEASure:AREA? query returns the area measurement.
Returned Format
[:MEASure:AREA]<value>[,<result_state>]<NL>
Example This example places the current selection for the area to be measured in
the string variable, strSelection, then prints the contents of the variable to
the computer's screen.
Dim strSelection As String
myScope.WriteString ":MEASure:AREA?"
strSelection = myScope.ReadString
Debug.Print strSelection