Agilent Technologies Infiniium 90000 Series Programmer's Manual page 523

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

25
Measure Commands
<value>
Delta time from the first specified edge on one source to the next
specified edge on another source.
<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 places the current value of delta time in the numeric
variable, varValue, then prints the contents of the variable to the
computer's screen. This example assumes the source was set using
:MEASure:SOURce.
myScope.WriteString ":SYSTem:HEADer OFF"
' Response headers off.
myScope.WriteString ":MEASure:DELTatime?"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
Turn Off Headers
N O T E
When receiving numeric data into numeric variables, turn off the headers. Otherwise, the
headers may cause misinterpretation of returned data.
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
523

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents