Technical data

532 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:JITTer:TRENd:VERTical:RANGe
Command
:MEASure:JITTer:TRENd:VERTical:RANGe <range>
The :MEASure:JITTer:TRENd:VERTial:RANGe command sets the jitter trend
vertical range.
<range> A real number for the full- scale vertical range for the jitter measurement
trend.
Example This example sets the jitter trend vertical range to 4 ns (500 ps/div X 8
div).
myScope.WriteString ":MEASURE:JITTER:TREND:VERTICAL:RANGE 4E-9"
Query :MEASure:JITTer:TRENd:VERTical:RANGe?
The :MEASure:JITTer:TRENd:VERTIcal:RANGe? query returns the jitter
trend vertical range setting.
Returned Format
[:MEASure:JITTer:TRENd:VERTical:RANGe] <value><NL>
<value> The jitter trend vertical range setting.
<result_state> If SENDvalid is ON, the result state is returned with the measurement
result. See the :MEASure:RESults table in this chapter for a list of the
result states.
Example This example places the current value of jitter trend 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:TREND: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.