Technical data

Table Of Contents
704 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
Returned Format [:MEASure:THResholds:TOPBase:METHod] {ABSolute | HISTONLY | MINmax | STA
Ndard}
Example This example returns the method used to derive the top and base of a
waveform for channel 1.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:THResholds:TOPBase:METHod CHANnel1"
varMethod = myScope.ReadNumber
Debug.Print FormatNumber(varMethod, 0)