Technical data

518 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:JITTer:SPECtrum:HORizontal
Command
:MEASure:JITTer:SPECtrum:HORizontal {AUTO | MANual}
The :MEASure:JITTer:SPECtrum:HORizontal command sets the jitter
spectrum horizontal mode to automatic or manual. In automatic mode, the
oscilloscope automatically selects the horizontal scaling and center
frequency. In manual mode, you can set your own horizontal scaling and
center frequency values.
Example This example sets the jitter spectrum horizontal mode to automatic.
myScope.WriteString ":MEASURE:JITTER:SPECTRUM:HORIZONTAL AUTO"
Query :MEASure:JITTer:SPECtrum:HORizontal?
The :MEASure:JITTer:SPECtrum:HORizontal? query returns the current
jitter spectrum horizontal mode setting.
Returned format
[:MEASure:JITTer:SPECtrum:HORizontal] {AUTO | MANual}
Example This example places the current setting of the jitter trend horizontal 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:SPECTRUM:HORIZONTAL?"
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.