Technical data

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