Technical data

538 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:NOISe:BANDwidth
Command
:MEASure:NOISe:BANDwidth {NARRow | WIDE}
The :MEASure:NOISe:BANDwidth command sets the type of filtering used
to separate the data dependent noise from the random noise and the
periodic noise.
Example This example sets the RN bandwidth to WIDE.
myScope.WriteString ":MEASURE:NOISe:BANDWIDTH WIDE"
Query :MEASure:NOISe:BANDwidth?
The :MEASure:NOISe:BANDwidth? query returns the RN bandwidth filter
setting.
Returned Format
[:MEASure:NOISe:BANDwidth] {NARRow | WIDE}<NL>
Example This example places the RN filter setting the strFilter variable and displays
it on the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:NOISe:BANDWIDTH?"
strFilter = myScope.ReadString
Debug.Print strFilter
NOTE
This command is only available when the EZJIT Complete software is installed.