Technical data

Table Of Contents
658 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
The :MEASure:THResholds:ABSolute? query returns the current settings for
upper level, middle level, and lower level voltages for the custom
thresholds.
Returned Format
[:MEASure:THResholds:ABSolute] <upper_volts>,<middle_volts>,<lower_volts
><NL>
Example This example returns the upper level, middle level, and lower level voltages
used to calculate the measurements on channel 1.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:THResholds:ABSolute? CHANnel1"
strThresholds = myScope.ReadString
Debug.Print strThresholds
NOTE
Turn Off Headers
When receiving numeric data into numeric variables, turn off the headers. Otherwise, the
headers may cause misinterpretation of returned data.