Technical data
594 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
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.