Technical data

Table Of Contents
632 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
:MEASure:RJDJ:BANDwidth
Command
:MEASure:RJDJ:BANDwidth {NARRow | WIDE}
The :MEASure:RJDJ:BANDwidth command sets the type of filtering used to
separate the data dependent jitter form the random jitter and the periodic
jitter.
Example This example sets the RJ bandwidth to WIDE.
myScope.WriteString ":MEASURE:RJDJ:BANDWIDTH WIDE"
Query :MEASure:RJDJ:BANDwidth?
The :MEASure:RJDJ:BANDwidth? query returns the RJ bandwidth filter
setting.
Returned Format
[:MEASure:RJDJ:BANDwidth] {NARRow | WIDE}<NL>
Example This example places the RJ filter setting the varFilter variable and displays
it on the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:RJDJ:BANDWIDTH?"
varFilter = myScope.ReadNumber
Debug.Print FormatNumber(varFilter, 0)
NOTE
This command is only available when the N5400A/N5401A Software is installed.