Technical data
338 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
18 Histogram Commands
:HISTogram:MODE
Command :HISTogram:MODE {OFF | MEASurement | WAVeforms}
The :HISTogram:MODE command selects the histogram mode. The
histogram may be off, set to track the waveforms, or set to track the
measurement when the E2681A Jitter Analysis Software is installed. When
the E2681A Jitter Analysis Software is installed, sending the
:MEASure:JITTer:HISTogram ON command will automatically set
:HISTOgram:MODE to MEASurement.
Example This example sets the histogram mode to track the waveform.
myScope.WriteString ":HISTOGRAM:MODE WAVEFORM"
Query :HISTogram:MODE?
The :HISTogram:MODE? query returns the currently selected histogram
mode.
Returned Format
[:HISTogram:MODE] {OFF | MEASurement | WAVeform}<NL>
Example This example returns the result of the mode query and prints it to the
computer's screen.
Dim strMode As String
myScope.WriteString ":HISTOGRAM:MODE?"
strMode = myScope.ReadString
Debug.Print strMode
NOTE
The MEASurement parameter is only available when the E2681A Jitter Analysis option is
installed.