Technical data

Table Of Contents
620 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
<value> Width of the first positive pulse on the screen in seconds.
<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 value of the width of the first positive pulse on
the screen in the numeric variable, varWidth, then prints the contents of
the variable to the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:PWIDth? CHANnel1"
varWidth = myScope.ReadNumber
Debug.Print FormatNumber(varWidth, 0)