Technical data

Mask Test Commands 23
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 407
:MTESt:COUNt:FAILures?
Query :MTESt:COUNt:FAILures? REGion<number>
The MTESt:COUNt:FAILures? query returns the number of failures that
occurred within a particular mask region.
The value 9.999E37 is returned if mask testing is not enabled or if you
specify a region number that is unused.
<number> An integer, 1 through 8, designating the region for which you want to
determine the failure count.
Returned Format
[:MTESt:COUNt:FAILures] REGion<number><number_of_failures> <NL>
<number_of_
failures>
The number of failures that have occurred for the designated region.
Example This example determines the current failure count for region 3 and prints
it on the computer screen.
Dim strMask_failures As String
myScope.WriteString ":MTEST:COUNT:FAILURES? REGION3"
strMask_failures = myScope.ReadString
Debug.Print strMask_failures