User Manual

Table Of Contents
158 Keysight InfiniiVision 1000 X-Series Oscilloscopes Programmer's Guide
6 Root (:) Commands
:RUN
(see page 782)
Command Syntax
:RUN
The :RUN command starts repetitive acquisitions. This is the same as pressing the
Run key on the front panel.
See Also "Introduction to Root (:) Commands" on page 135
":SINGle" on page 160
":STOP" on page 162
Example Code
' RUN_STOP - (not executed in this example)
' - RUN starts the data acquisition for the active waveform display.
' - STOP stops the data acquisition and turns off AUTOSTORE.
' myScope.WriteString ":RUN" ' Start data acquisition.
' myScope.WriteString ":STOP" ' Stop the data acquisition.
See complete example programs at: Chapter 36, “Programming Examples,”
starting on page 791