Technical data

Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 527
:MEASure:JITTer:TRENd
Command
:MEASure:JITTer:TRENd {{ON|1} | {OFF|0}}
The :MEASure:JITTer:TRENd command turns the jitter measurement trend
display on or off. When on, trend plots measurement results time
correlated to the waveform being measured.
Example This example turns the jitter measurement trend display on.
myScope.WriteString ":MEASURE:JITTER:TREND ON"
Query :MEASure:JITTer:TRENd?
The :MEASure :JITTer:TRENd? query returns the state of jitter trend
display.
Returned format
[:MEASure:JITTer:TRENd] {1 | 0}
Example This example places the current setting of the jitter trend mode 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:TREND?"
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.