Technical data

Table Of Contents
524 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. Refer to the MEASure:RESults command, for a list of the result
states.
Example This example places the cycle- to- cycle jitter of channel 1 in the numeric
variable, varValue, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:CTCJITTER CHANNEL1,RISING"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)