Technical data

Table Of Contents
456 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
24 Mask Test Commands
:MTESt:COUNt:WAVeforms?
Query :MTESt:COUNt:WAVeforms?
The :MTESt:COUNt:WAVeforms? query returns the total number of
waveforms acquired in the current mask test run. The value 9.999E37 is
returned if mask testing is not enabled.
Returned Format
[:MTESt:COUNt:WAVeforms] <number_of_waveforms><NL>
<number_of_
waveforms>
The total number of waveforms for the current test run.
Example This example determines the number of waveforms acquired in the current
test run and prints the result on the computer screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MTEST:COUNT:WAVEFORMS?"
varMask_waveforms = myScope.ReadNumber
Debug.Print FormatNumber(varMask_waveforms, 0)