Technical data
616 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 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
transition through - 0.250 Volts on the third rising occurrence 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:TVOLT? -0.250,+3,CHANNEL1"
varTime = myScope.ReadNumber
Debug.Print FormatNumber(varTime, 0)