Technical data

516 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:JITTer:MEASurement
Command
:MEASure:JITTer:MEASurement {MEASurement<N>}
The :MEASure :JITTer:MEASurement command selects which measurement
displayed on the oscilloscope you are performing the jitter analysis on.
MEASurement1 is the left- most measurement on the display.
<N> {1 | 2 | 3 | 4 | 5}
Example This example assigns measurement 2 to the jitter measurement analysis.
myScope.WriteString ":MEASURE:JITTER:MEASUREMENT MEASUREMENT2"
Query :MEASure:JITTer:MEASurement?
The :MEASure :JITTer:MEASurement? query returns the measurement
number you are performing the jitter analysis on. If no measurements are
being displayed on the oscilloscope, the query will return a null string.
Returned format
[:MEASure:JITTer:MEASurement MEASurement<N>]
Example This example places the current measurement number that you are
performing jitter analysis on in the string variable strSetting, then prints
the contents of the variable to the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASURE:JITTER:MEASUREMENT?"
strSetting = myScope.ReadString
Debug.Print strSetting
NOTE
This command is only available when the E2681A Jitter Analysis Software or the
N5400A/N5401A Software is installed.