Technical data

Table Of Contents
686 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
Example This example returns the top level and base level voltages used to
calculate the rise/fall measurements on channel 1.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:THResholds:RFALl:TOPBase:ABSolute? CHANnel
1"
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:SERial:TOPBase:ABSolute" on page 697
NOTE
Turn Off Headers
When receiving numeric data into numeric variables, turn off the headers. Otherwise, the
headers may cause misinterpretation of returned data.