Root (:) Commands 6
Keysight InfiniiVision DSOX1204A/G Oscilloscopes Programmer's Guide 143
:DIGitize
(see page 798)
Command Syntax
:DIGitize [<source>[,..,<source>]]
<source> ::= {CHANnel<n> | FUNCtion | MATH | SBUS{1} | FFT | ABUS}
<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 159
• ":SINGle" on page 161
• ":STOP" on page 163
• ":TIMebase:MODE" on page 575
• Chapter 8, “:ACQuire Commands,” starting on page 177
• Chapter 28, “:WAVeform Commands,” starting on page 633
Example Code
' Capture an acquisition using :DIGitize.
' -----------------------------------------------------------------
myScope.WriteString ":DIGitize CHANnel1"
See complete example programs at: Chapter 36, “Programming Examples,”
starting on page 807
The :DIGitize command is only executed when the :TIMebase:MODE is MAIN or WINDow.
To halt a :DIGitize in progress, use the device clear command.
MATH is an alias for FUNCtion.