162 Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Guide
5 Commands by Subsystem
:VIEW
(see page 658)
Command Syntax
:VIEW <source>
<source> ::= {CHANnel<n> | PMEMory0,..,PMEMory9 | FUNCtion | MATH
| SBUS}
<n>::={1|2|3|4}forthefour channel oscilloscope models
<n> ::= {1 | 2} for the two channel oscilloscope models
The :VIEW command turns on the specified channel, function, trace
memory, or serial decode bus.
See Also • "Introduction to Root (:) Commands" on page 124
• ":BLANk" on page 130
• ":CHANnel<n>:DISPlay" on page 194
• ":FUNCtion:DISPlay" on page 232
• ":SBUS:DISPlay" on page 380
• ":STATus" on page 159
Example Code
' VIEW_BLANK - (not executed in this example)
' - VIEW turns on (starts displaying) a channel or pixel memory.
' - BLANK turns off (stops displaying) a channel or pixel memory.
' myScope.WriteString ":BLANK CHANNEL1" ' Turn channel 1 off.
' myScope.WriteString ":VIEW CHANNEL1" ' Turn channel 1 on.
Example program from the start: "VISA COM Example in Visual Basic" on
page 744
NOTE
MATH is an alias for FUNCtion.