Commands by Subsystem
3
Agilent 6000 Series Oscilloscopes Programmer's Reference
131
:RUN
(see
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"
•
•
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.
Example program from the start:
Summary of Contents for DSO6014A/L
Page 1: ...A Agilent 6000 Series Oscilloscopes Programmer s Reference...
Page 16: ...16 Agilent 6000 Series Oscilloscopes Programmer s Reference...
Page 30: ...30 Agilent 6000 Series Oscilloscopes Programmer s Reference 1 What s New...
Page 540: ...540 Agilent 6000 Series Oscilloscopes Programmer s Reference 6 Error Messages...
Page 562: ...562 Agilent 6000 Series Oscilloscopes Programmer s Reference 7 Status Reporting...
Page 624: ...624 Agilent 6000 Series Oscilloscopes Programmer s Reference 9 Programming Examples...