Technical data

Table Of Contents
152 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
9 Acquire Commands
Example This example reads the completion criteria and places the result in the
variable, varPercent. Then, it prints the content of the variable to the
computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF"
myScope.WriteString ":ACQUIRE:COMPLETE?"
varPercent = myScope.ReadNumber
Debug.Print FormatNumber(varPercent, 0)