Technical data
Acquire Commands 9
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 153
Query :ACQuire:POINts?
The :ACQuire:POINts? query returns the value of the memory depth
control.
Returned Format
[:ACQuire:POINts] <points_value><NL>
Example This example checks the current setting for memory depth and places the
result in the variable, Length. Then the program prints the contents of the
variable to the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF"
myScope.WriteString ":ACQUIRE:POINTS?"
varLength = myScope.ReadNumber
Debug.Print FormatNumber(varLength, 0)
See Also :WAVeform:DATA?