Technical data
Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 465
:MEASure:CLOCk:VERTical:RANGe
Command
:MEASure:CLOCk:VERTical:RANGe <range>
The :MEASure:CLOCk:VERTial:RANGe command sets the recovered clock
vertical range.
<range> A real number for the full- scale recovered clock vertical range.
Example This example sets the recovered clock vertical range to 16 volts (2 volts
times 8 divisions.)
myScope.WriteString ":MEASURE:CLOCK:VERTICAL:RANGE 16"
Query :MEASure:CLOCk:VERTical:RANGe?
The :MEASure:CLOCk:VERTical:RANGe? query returns the recovered clock
vertical range setting.
Returned Format
[:MEASure:CLOCk:VERTical:RANGe] <value><NL>
<value> The recovered clock vertical range setting.
Example This example places the current value of recovered clock vertical range 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:RANGE?"
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).