Technical data
530 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:JITTer:TRENd:VERTical
Command
:MEASure:JITTer:TRENd:VERTical {AUTO | MANual}
The :MEASure:JITTer:TRENd:VERTIcal command sets the jitter trend
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 scaling and offset values.
Example This example sets the jitter trend vertical mode to automatic.
myScope.WriteString ":MEASURE:JITTer:TRENd:VERTical AUTO"
Query :MEASure:JITTer:TRENd:VERTical?
The :MEASure:JITTer:TRENd:VERTical? query returns the current jitter
trend vertical mode setting.
Returned format
[:MEASure:JITTer:TRENd:VERTical] {AUTO | MANual}
Example This example places the current setting of the jitter trend 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:TREND: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.