Technical data
526 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:JITTer:STATistics
Command
:MEASure:JITTer:STATistics {{ON|1} | {OFF|0}}
The :MEASure:JITTer:STATistics command enables or disables jitter mode
and allows you to view: measurement histogram
(:MEASure:JITTer:HISTogram), measurement trend
(:MEASure:JITTer:TRENd), and jitter spectrum
(:MEASure:JITTer:SPsECtrum) if they are enabled. It also turns on the
ability to measure all edges in the waveform; not just the first edge on
screen.
Example This example turns the jitter measurement statistics on.
myScope.WriteString ":JITTer:STATISTICS ON"
Query :MEASure:JITTer:STATistics?
The :MEASure :JITTer:STATistics? query returns the state of jitter
statistics.
Returned format
[:MEASure:JITTer:STATistics] {1 | 0}
Example This example places the current setting of the jitter statistics mode in the
variable varSetting, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASURE:JITTER:STATISTICS?"
varSetting = myScope.ReadNumber
Debug.Print FormatNumber(varSetting, 0)
NOTE
This command is only available when the E2681A Jitter Analysis Software or the
N5400A/N5401A Software is installed.