Technical data

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