User Manual

Table Of Contents
Common (*) Commands 5
Keysight InfiniiVision 1000 X-Series Oscilloscopes Programmer's Guide 123
See Also "Introduction to Common (*) Commands" on page 109
":SYSTem:PRESet" on page 544
Example Code
' RESET - This command puts the oscilloscope into a known state.
' This statement is very important for programs to work as expected.
' Most of the following initialization commands are initialized by
' *RST. It is not necessary to reinitialize them unless the default
' setting is not suitable for your application.
myScope.WriteString "*RST" ' Reset the oscilloscope to the defaults.
See complete example programs at: Chapter 36, “Programming Examples,”
starting on page 791