Technical data
176 Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Guide
5 Commands by Subsystem
:VIEW
(see page 750)
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 138
• ":BLANk" on page 144
• ":CHANnel<n>:DISPlay" on page 208
• ":FUNCtion:DISPlay" on page 247
• ":SBUS:DISPlay" on page 401
• ":STATus" on page 173
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 776
NOTE
MATH is an alias for FUNCtion.