Technical data
464 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:CLOCk:VERTical:OFFSet
Command
:MEASure:CLOCk:VERTical:OFFSet <offset>
The :MEASure:CLOCk:VERTial:OFFSet command sets the recovered clock
vertical offset.
<offset> A real number for the recovered clock vertical offset.
Example This example sets the clock recovery vertical offset to 1 volt.
myScope.WriteString ":MEASURE:CLOCK:VERTICAL:OFFSET 1"
Query :MEASure:CLOCk:VERTical:OFFSet?
The :MEASure:CLOCk:VERTIcal:OFFSet? query returns the clock recovery
vertical offset setting.
Returned format
[:MEASure:CLOCk:VERTical:OFFSet] <value><NL>
<value> The clock recovery vertical offset setting.
Example This example places the current value of recovered clock vertical offset in
the numeric variable, varValue, then prints the contents of the variable to
the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:CLOCK:VERTICAL:OFFSET?"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
NOTE
:MEASure:CLOCk commands are available when clock recovery is used by licensed
software (like the E2688A High Speed Serial software or the N5400A/N5401A EZJIT Plus
jitter analysis software).