Root (:) Commands 6
Agilent InfiniiVision 3000 X-Series Oscilloscopes Programmer's Guide 225
:VIEW
(see page 1138)
Command Syntax
:VIEW <source>
<source> ::= {CHANnel<n> | FUNCtion | MATH | SBUS{1 | 2} | WMEMory<r>}
for DSO models
<source> ::= {CHANnel<n> | DIGital<d> | POD{1 | 2}
| BUS{1 | 2} | FUNCtion | MATH | SBUS{1 | 2} | WMEMory<r>}
for MSO models
<n> ::= 1 to (# analog channels) in NR1 format
<d> ::= 0 to (# digital channels - 1) in NR1 format
<r> ::= 1 to (# ref waveforms) in NR1 format
The :VIEW command turns on the specified channel, function, or serial
decode bus.
See Also • "Introduction to Root (:) Commands" on page 190
• ":BLANk" on page 198
• ":CHANnel<n>:DISPlay" on page 266
• ":DIGital<d>:DISPlay" on page 291
• ":FUNCtion:DISPlay" on page 333
• ":POD<n>:DISPlay" on page 525
• ":WMEMory<r>:DISPlay" on page 1036
• ":STATus" on page 222
Example Code
' VIEW_BLANK - (not executed in this example)
' - VIEW turns on (starts displaying) a channel.
' - BLANK turns off (stops displaying) a channel.
' myScope.WriteString ":BLANk CHANnel1" ' Turn channel 1 off.
' myScope.WriteString ":VIEW CHANnel1" ' Turn channel 1 on.
See complete example programs at: Chapter 40, “Programming Examples,”
starting on page 1147
MATH is an alias for FUNCtion.