Technical data

Table Of Contents
Measure Commands 25
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 597
:MEASure:NOISe:REPort
Command
:MEASure:NOISe:REPort {SPECtral | TAILfit}
When the :MEASure:NOISe:METHod BOTH command selects both the
spectral and tail fit methods for random noise analysis, the
:MEASure:NOISe:REPort command specifies which method is used for the
reports in the noise graphs / histograms and Noise tab measurements.
Example This example specifies that the NOISe report include measurements from
both the spectral and tail fit analysis (including aperiodic bounded
uncorrelated interference ABUI measurements).
myScope.WriteString ":MEASURE:NOISe:REPort TAILfit"
Query :MEASure:NOISe:REPort?
The :MEASure:NOISe:REPort? query returns the report setting.
Returned Format
[:MEASure:NOISe: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:NOISe:REPort?"
strReportSetting = myScope.ReadString
Debug.Print strReportSetting
See Also ":MEASure:NOISe:METHod" on page 596
NOTE
This command is only available when the EZJIT Complete jitter analysis application is
licensed.