Technical data

Table Of Contents
Measure Commands 25
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 641
:MEASure:RJDJ:REPort
Command
:MEASure:RJDJ:REPort {SPECtral | TAILfit}
When the :MEASure:RJDJ:METHod BOTH command selects both the
spectral and tail fit methods for random jitter analysis, the
:MEASure:RJDJ:REPort command specifies which method is used for the
reports in the jitter graphs/histograms and Jitter tab measurements.
Example This example specifies that the RJDJ report include measurements from
both the spectral and tail fit analysis (including aperiodic bounded
uncorrelated jitter ABUJ measurements).
myScope.WriteString ":MEASURE:RJDJ:REPort TAILfit"
Query :MEASure:RJDJ:REPort?
The :MEASure:RJDJ:REPort? query returns the report setting.
Returned Format
[:MEASure:RJDJ:REPort] {SPEC | TAIL}<NL>
Example This example places the report setting in the strReportSetting variable and
displays it on the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASURE:RJDJ:REPort?"
strReportSetting = myScope.ReadString
Debug.Print strReportSetting
See Also ":MEASure:RJDJ:METHod" on page 638
NOTE
This command is only available when the EZJIT+ jitter analysis application is licensed.