Technical data

Table Of Contents
508 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
myScope.WriteString ":MEASure:CLOCk:METHod EXPlicit,CHANnel1,RISing,2"
Query :MEASure:CLOCk:METHod?
The :MEASure:CLOCk:METHod? query returns the state of the clock
recovery method.
Returned Format
[:MEASure:CLOCk:METHod]
{PCIE,{DEEMphasis | TRANsition | BOTH}}
| {FC,{FC1063 | FC2125 | FC425}}
| {EXPlicit,<source>,{RISing | FALLing | BOTH},<multiplier>}
| {FIXed,{AUTO | {SEMI,<data_rate>} | <data_rate>}}
| {FLEXR,<baud_rate>}
| {FLEXT,<baud_rate>}
Example This example places the current setting of the clock recovery method in
the variable strSetting, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASure:CLOCk:METHod?"
strSetting = myScope.ReadString
Debug.Print strSetting
See Also ":MEASure:CLOCk:METHod:OJTF" on page 515
":MEASure:CLOCk:METHod:JTF" on page 513
NOTE
You can use the :MEASure:CLOCk:METHod? query when phase-locked loop (PLL) clock
recovery methods are set up. The format returned will be that of the
:MEASure:CLOCk:METHod:OJTF? query. See ":MEASure:CLOCk:METHod:OJTF" on
page 515.