Technical data

Table Of Contents
Measure Commands 25
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 635
:MEASure:RJDJ:CLOCk
Command
:MEASure:RJDJ:CLOCk {ON | OFF}
When the :MEASure:RJDJ:CLOCk command is set to ON, it forces the
pattern to be a clock and sets the jitter for edges not examined to zero
(0).
To measure jitter on only rising (or falling) edges of a clock, you must also
set :MEASure:CLOCk:METHod:EDGE to RISing or FALLing, and you must
set :MEASure:RJDJ:EDGE to the same RISing or FALLing option.
Example This example turns on the RJDJ clock option.
myScope.WriteString ":MEASURE:RJDJ:CLOCk ON"
Query :MEASure:RJDJ:CLOCk?
The :MEASure:RJDJ:CLOCk? query returns the setting.
Returned Format
[:MEASure:RJDJ:CLOCk] {ON | OFF}<NL>
Example This example places the current RJDJ clock setting in the strSetting
variable and displays it on the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:RJDJ:CLOCk?"
strSetting = myScope.ReadNumber
Debug.Print strSetting
See Also ":MEASure:CLOCk:METHod:EDGE" on page 511
":MEASure:RJDJ:EDGE" on page 636
NOTE
This command is available when the EZJIT+ or EZJIT Complete jitter analysis software is
installed.