Root (:) Commands 6
Keysight InfiniiVision DSOX1204A/G Oscilloscopes Programmer's Guide 165
:VIEW
(see page 798)
Command Syntax
:VIEW <source>
<source> ::= {CHANnel<n> | FUNCtion | MATH | SBUS{1} | FFT
| WMEMory<r> | ABUS}
<n> ::= 1 to (# analog channels) 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 135
• ":BLANk" on page 142
• ":CHANnel<n>:DISPlay" on page 207
• ":FUNCtion:DISPlay" on page 292
• ":WMEMory<r>:DISPlay" on page 704
• ":STATus" on page 162
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 36, “Programming Examples,”
starting on page 807
MATH is an alias for FUNCtion.