Technical data
408 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
23 Mask Test Commands
:MTESt:COUNt:FUI?
Query :MTESt:COUNt:FUI?
The MTESt:COUNt:FUI? query returns the number of unit interval failures
that have occured.
Returned Format
[:MTESt:COUNt:FUI?] <unit_interval_failures> <NL>
<unit_interval_fa
ilures>
The number of unit interval failures.
Example This example determines the current number of unit interval failures and
prints it to the computer screen.
Dim strFailures As String
myScope.WriteString ":MTEST:COUNT:FUI?"
strFailures = myScope.ReadString
Debug.Print strFailures