Technical data

410 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
23 Mask Test Commands
:MTESt:COUNt:UI?
Query :MTESt:COUNt:UI?
The MTESt:COUNt:UI? query returns the number of unit intervals that
have been mask tested.
Returned Format
[:MTESt:COUNt:UI?] <unit_intervals_tested> <NL>
<unit_intervals_t
ested>
The number of unit intervals tested.
Example This example determines the current number of unit intervals tested and
prints it to the computer screen.
Dim strUnit_intervals As String
myScope.WriteString ":MTEST:COUNT:uUI?"
strUnit_intervals = myScope.ReadString
Debug.Print strUnit_intervals