Technical data

Table Of Contents
Measure Commands 25
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 593
<nominal_level> The Level line returns the nominal one or zero level. The unit amplitude =
the nominal one level – nominal zero level.
Example This example places the noise measurement result for "ones" in the
strResults variable and displays it on the computer's screen.
Dim strResult As String ' Dimension variable.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASURE:NOISe:ALL? ONE"
strResults = myScope.ReadString
Debug.Print strResults
See Also ":MEASure:NOISe:METHod" on page 596
":MEASure:NOISe:REPort" on page 597