Technical data

Table Of Contents
674 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
Example This example returns the method used to calculate the top and base of a
waveform to hysteresis.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:THResholds:METHod?"
varMethod = myScope.ReadNumber
Debug.Print FormatNumber(varMethod, 0)