Technical data
Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 543
:MEASure:NOISe:UNITs
Command
:MEASure:NOISe:UNITs {VOLT | UNITamplitude}
The :MEASure:NOISe:UNITs command sets the unit of measure for NOISe
measurements to volts or unit amplitude.
Example This example sets the NOISe units to unit amplitude.
myScope.WriteString ":MEASURE:NOISe:UNITs UNITamplitude"
Query :MEASure:NOISe:UNITs?
The :MEASure:NOISe:UNITs? query returns the units of measure being
used for the NOISe measurements.
Returned Format
[:MEASure:NOISe:UNITs] {VOLT | UNITamplitude}<NL>
Example This example places the current units of measure for the NOISe
measurements in the strUnits variable and displays it on the computer's
screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:NOISe:UNITs?"
strUnits = myScope.ReadString
Debug.Print strUnits
NOTE
This command is only available when the EZJIT Complete software is installed.