Acquire[:Average]:Count - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

:ACQuire[:AVERage]:COUNt

Command
:ACQuire[:AVERage]:COUNt <count_value>
The :ACQuire[:AVERage]:COUNt command sets the number of averages for
the waveforms. In the AVERage mode, the :ACQuire[:AVERage]:COUNt
command specifies the number of data values to be averaged for each time
bucket before the acquisition is considered complete for that time bucket.
The :MTESt:AVERage:COUNt command performs the same function as this
command.
<count_value>
An integer, 2 to 65,534, specifying the number of data values to be
averaged.
Example
This example specifies that 16 data values must be averaged for each time
bucket to be considered complete. The number of time buckets that must
be complete for the acquisition to be considered complete is specified by
the :ACQuire:COMPlete command.
myScope.WriteString ":ACQuire:COUNt 16"
Query

:ACQuire[:AVERage]:COUNt?

The :ACQuire[:AVERage]:COUNt? query returns the currently selected
count value.
Returned Format
[:ACQuire[:AVERage]:COUNt] <value><NL>
<value>
An integer, 2 to 65,534, specifying the number of data values to be
averaged.
Example
This example checks the currently selected count value and places that
value in the string variable, strResult. The program then prints the
contents of the variable to the computer's screen.
Dim strResult As String
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":ACQuire:AVERage:COUNt?"
strResult = myScope.ReadString
Debug.Print strResult
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
9
Acquire Commands
149

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents