Technical data

Serial Data Equalization Commands 28
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 709
:SPRocessing:CTLequalizer:VERTical
Command :SPRocessing:CTLequalizer:VERTical {AUTO | MANual}
The :SPRocessing:CTLequalizer:VERTIcal command sets the CTLE signal's
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 CTLE signal's vertical scale mode to automatic.
myScope.WriteString ":SPRocessing:CTLequalizer:VERTical AUTO"
Query :SPRocessing:CTLequalizer:VERTical?
The :SPRocessing:CTLequalizer:VERTical? query returns the current CTLE
signal's vertical scale mode setting.
Returned format
[:SPRocessing:CTLequalizer:VERTical] {AUTO | MANual}
Example This example places the current setting of the CTLE signal's 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 ":SPRocessing:CTLequalizer:VERTICAL?"
strSetting = myScope.ReadString
Debug.Print strSetting