Technical data

Table Of Contents
698 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
Example This example returns the top level and base level voltages used for
protocol decode on channel 1.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:THResholds:SERial:TOPBase:ABSolute? CHANne
l1"
strTopBase = myScope.ReadString
Debug.Print strTopBase
See Also ":MEASure:THResholds:TOPBase:ABSolute" on page 701
":MEASure:THResholds:GENeral:TOPBase:ABSolute" on page 667
":MEASure:THResholds:RFALl:TOPBase:ABSolute" on page 685
NOTE
Turn Off Headers
When receiving numeric data into numeric variables, turn off the headers. Otherwise, the
headers may cause misinterpretation of returned data.