Technical data

Table Of Contents
192 Agilent InfiniiVision 6000 Series Oscilloscopes Programmer's Guide
5 Commands by Subsystem
:VIEW
(see page 798)
Command Syntax
:VIEW <source>
<source> ::= {CHANnel<n> | PMEMory0,..,PMEMory9 | FUNCtion | MATH
| SBUS} for DSO models
<source> ::= {CHANnel<n> | DIGital0,..,DIGital15 | PMEMory0,..,PMEMory9
| POD{1 | 2} | BUS{1 | 2} | FUNCtion | MATH | SBUS} for
MSO models
<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 153
":BLANk" on page 160
":CHANnel<n>:DISPlay" on page 234
":DIGital<n>:DISPlay" on page 251
":FUNCtion:DISPlay" on page 280
":POD<n>:DISPlay" on page 405
":STATus" on page 189
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 824
NOTE
MATH is an alias for FUNCtion.