Technical data

Table Of Contents
656 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
<result_state> If SENDvalid is ON, the result state is returned with the measurement
result. See the :MEASure:RESults table in this chapter for a list of the
result states.
Example This example returns the time interval between the trigger event and the
90% threshold on the second rising edge of the source waveform to the
numeric variable, varTime. The contents of the variable are then printed
to the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:TEDGe? UPPER,+2,CHANnel1"
varTime = myScope.ReadNumber
Debug.Print FormatNumber(varTime, 0)
NOTE
Turn Off Headers
When receiving numeric data into numeric variables, turn off the headers. Otherwise, the
headers may cause misinterpretation of returned data.