Technical data

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