Technical data

Acquire Commands 9
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 145
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)