User Manual

Table Of Contents
Root (:) Commands 6
Keysight InfiniiVision 1000 X-Series Oscilloscopes Programmer's Guide 143
:DIGitize
(see page 782)
Command Syntax
:DIGitize [<source>[,..,<source>]]
<source> ::= {CHANnel<n> | FUNCtion | MATH | FFT | ABUS | EXT}
<n> ::= 1 to (# analog channels) in NR1 format
The <source> parameter may be repeated up to 5 times.
The :DIGitize command is a specialized RUN command. It causes the instrument
to acquire waveforms according to the settings of the :ACQuire commands
subsystem. When the acquisition is complete, the instrument is stopped.
If no argument is given, :DIGitize acquires the channels currently displayed. If no
channels are displayed, all channels are acquired.
See Also "Introduction to Root (:) Commands" on page 135
":RUN" on page 158
":SINGle" on page 160
":STOP" on page 162
":TIMebase:MODE" on page 561
Chapter 8, “:ACQuire Commands,” starting on page 175
Chapter 28, “:WAVeform Commands,” starting on page 619
Example Code
' Capture an acquisition using :DIGitize.
' -----------------------------------------------------------------
myScope.WriteString ":DIGitize CHANnel1"
See complete example programs at: Chapter 36, “Programming Examples,”
starting on page 791
NOTE
The :DIGitize command is only executed when the :TIMebase:MODE is MAIN or WINDow.
NOTE
To halt a :DIGitize in progress, use the device clear command.
NOTE
MATH is an alias for FUNCtion.