Technical data
Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 531
:MEASure:JITTer:TRENd:VERTical:OFFSet
Command
:MEASure:JITTer:TRENd:VERTical:OFFSet <offset>
The :MEASure:JITTer:TRENd:VERTial:OFFSet command sets the jitter trend
vertical offset.
<offset> A real number for the vertical offset for the jitter measurement trend.
Example This example sets the jitter trend vertical offset to 100 ps.
myScope.WriteString ":MEASURE:JITTER:TREND:VERTICAL:OFFSET 100E-12"
Query :MEASure:JITTer:TRENd:VERTical:OFFSet?
The :MEASure:JITTer:TRENd:VERTIcal:OFFSet? query returns the jitter
trend vertical offset setting.
Returned format
[:MEASure:JITTer:TRENd:VERTical:OFFSet] <value><NL>
<value> The jitter vertical trend offset setting.
Example This example places the current value of jitter trend 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:TREND: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.