Technical data
Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 573
: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.