Technical data

Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 463
:MEASure:CLOCk:VERTical
Command
:MEASure:CLOCk:VERTical {AUTO | MANual}
The :MEASure:CLOCk:VERTIcal command sets the recovered clock vertical
scale mode to automatic or manual. In automatic mode, the oscilloscope
automatically selects the vertical scaling and offset. In manual mode, you
can set your own scaling and offset values.
Example This example sets the recovered clock vertical scale mode to automatic.
myScope.WriteString ":MEASURE:CLOCk:VERTical AUTO"
Query :MEASure:CLOCk:VERTical?
The :MEASure:CLOCk:VERTical? query returns the current recovered clock
vertical scale mode setting.
Returned format
[:MEASure:CLOCk:VERTical] {AUTO | MANual}
Example This example places the current setting of the recovered clock vertical
scale mode in the string variable strSetting, then prints the contents of the
variable to the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASURE:CLOCK:VERTICAL?"
strSetting = myScope.ReadString
Debug.Print strSetting
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).