Technical data

Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 523
:MEASure:JITTer:SPECtrum:VERTical:RANGe
Command
:MEASure:JITTer:SPECtrum:VERTical:RANGe <range>
The :MEASure:JITTer:SPECtrum:VERTial:RANGe command sets the jitter
spectrum vertical range.
<range> A real number for the full- scale vertical range for the jitter measurement
spectrum.
Example This example sets the jitter spectrum vertical range to 4 ns (500 ps/div X
8 div).
myScope.WriteString ":MEASURE:JITTER:SPECTRUM:VERTICAL:RANGE 4E-9"
Query :MEASure:JITTer:SPECtrum:VERTical:RANGe?
The :MEASure:JITTer:SPECtrum:VERTIcal:RANGe? query returns the jitter
spectrum range time setting.
Returned Format
[:MEASure:JITTer:SPECtrum:VERTical:RANGe] <value> [,<result_state>]<NL>
<value> The jitter spectrum vertical range setting.
Example This example places the current value of jitter spectrum vertical range in
the numeric variable, varValue, then prints the contents of the variable to
the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:JITTER:SPECTRUM:VERTICAL:RANGE?"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
NOTE
This command is only available when the E2681A Jitter Analysis Software or the
N5400A/N5401A Software is installed.