Measure:jitter:trend:smooth:points - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

:MEASure:JITTer:TRENd:SMOoth:POINts

Command
This command is only available when the E2681A Jitter Analysis Software or the
N O T E
N5400A/N5401A Software is installed.
:MEASure:JITTer:TRENd:SMOoth:POINts <points>
The :MEASure:JITTer:TRENd:SMOoth:POINts command sets the number of
points as a set size for the data smoothing feature.
<points>
odd integers, 3 to 1001. If out of range, the number will be rounded to
nearest lower odd integer.
Example
This example sets the jitter trend smoothing points to 7.
myScope.WriteString ":MEASURE:JITTER:TREND:SMOOTH:POINTS 7"
Query

:MEASure:JITTer:TRENd:SMOoth:POINts?

The :MEASure:JITTer:TRENd:SMOoth:POINts? query returns the current
setting for jitter trend smoothing points.
Returned Format
[:MEASure:JITTer:TRENd:SMOoth:POINts] <value><NL>
<value>
The jitter offset smoothing points setting.
Example
This example places the current value of jitter trend smoothing points in
the numeric variable, varValue, then prints the contents of the variable to
the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF"
myScope.WriteString ":MEASURE:JITTER:TREND:SMOOTH:POINTS?"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
Measure Commands
' Response headers off.
25
573

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents