240 Agilent InfiniiVision 3000 X-Series Oscilloscopes Programmer's Guide
7 :ACQuire Commands
<acq_type> ::= {NORM | AVER | HRES | PEAK}
See Also • "Introduction to :ACQuire Commands" on page 227
• ":ACQuire:COUNt" on page 230
• ":ACQuire:MODE" on page 231
• ":DIGitize" on page 199
• ":WAVeform:FORMat" on page 971
• ":WAVeform:TYPE" on page 986
• ":WAVeform:PREamble" on page 976
Example Code
' AQUIRE_TYPE - Sets the acquisition mode, which can be NORMAL,
' PEAK, or AVERAGE.
myScope.WriteString ":ACQuire:TYPE NORMal"
See complete example programs at: Chapter 40, “Programming Examples,”
starting on page 1147