Technical data

Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 515
:MEASure:JITTer:HISTogram
Command
:MEASure:JITTer:HISTogram {{ON|1} | {OFF|0}}
The :MEASure:JITTer:HISTogram command turns the measurement
histogram display on or off when a jitter measurement is displayed.
Example This example turns the jitter measurement histogram display on.
myScope.WriteString ":MEASURE:JITTER:HISTOGRAM ON"
Query :MEASure:JITTer:HISTogram?
The :MEASure :JITTer:HISTogram? query returns the state of measurement
histogram display.
Returned format
[:MEASure:JITTer:HISTogram] {1 | 0}
Example This example places the current setting of the jitter spectrum 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:HISTOGRAM?"
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.