Technical data

422 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
23 Mask Test Commands
:MTESt:PROBe:IMPedance?
Query :MTESt:PROBe:IMPedance?
The :MTESt:PROBe:IMPedance? query returns the impedance setting for the
E2621A and E2622A probes for the current mask test channel.
Returned Format
[:MTESt:PROBe:IMPedance] <impedance><NL>
<impedance> An unquoted string: 75, 100, 110, 120, or NONE
Example This example returns the impedance setting for the probe.
Dim strImpedance As String
myScope.WriteString ":SYSTEM:HEADER OFF"
myScope.WriteString ":MTEST:PROBE:IMPEDANCE?"
strImpedance = myScope.ReadString
Debug.Print strImpedance