Technical data
522 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:JITTer:SPECtrum:VERTical:OFFSet
Command
:MEASure:JITTer:SPECtrum:VERTical:OFFSet <offset>
The :MEASure:JITTer:SPECtrum:VERTial:OFFSet command sets the jitter
spectrum vertical offset.
<offset> A real number for the vertical offset of the jitter measurement spectrum.
Example This example sets the jitter spectrum vertical offset to 2 ns.
myScope.WriteString ":MEASURE:JITTER:SPECTRUM:VERTICAL:OFFSET 10E-9"
Query :MEASure:JITTer:SPECtrum:VERTical:OFFSet?
The :MEASure:JITTer:SPECtrum:VERTIcal:OFFSet? query returns the jitter
spectrum vertical offset time.
Returned format
[:MEASure:JITTer:SPECtrum:VERTical:OFFSet] <value> [,<result_state>]<NL>
<value> The jitter vertical spectrum offset time setting.
Example This example places the current value of jitter spectrum vertical offset 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:OFFSET?"
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.