Technical data

542 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:NOISe:STATe
Command
:MEASure:NOISe:STATe {ON | OFF}
The :MEASure:NOISe:STATe command enables or disables the NOISe
measurements.
Example This example sets the NOISe state to on.
myScope.WriteString ":MEASURE:NOISe:STATe ON"
Query :MEASure:NOISe:STATe?
The :MEASure:NOISe:STATe? query returns the state of the NOISe
measurements.
Returned Format
[:MEASure:NOISe:STATe] {1 | 0}<NL>
Example This example places the current state of the NOISe measurements in the
varState variable and displays it on the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:NOISe:STATE?"
varState = myScope.ReadNumber
Debug.Print FormatNumber(varState, 0)
NOTE
This command is only available when the EZJIT Complete software is installed.