Technical data
528 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:JITTer:TRENd:SMOoth
Command
:MEASure:JITTer:TRENd:SMOoth {{ON|1} | {OFF|0}}
The :MEASure:JITTer:TRENd:SMOoth command sets jitter trend smoothing
to on or off. When on, smoothing creates a running average smoothed by
the number of points set by the :JITTer:TRENd:SMOoth:POINts command.
Example This example sets the jitter trend smoothing mode to on.
myScope.WriteString ":MEASURE:JITTer:TREND:SMOOTH ON"
Query :MEASure:JITTer:TRENd:SMOoth?
The :MEASure:JITTer:TRENd:SMOoth? query returns the current jitter
trend smoothing mode setting.
Returned format
[:MEASure:JITTer:TRENd:SMOoth] {1 | 0}
Example This example places the current setting of the jitter trend smoothing 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:SMOOTH?"
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.