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