![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/2/3b/23ba8cda-819c-4b10-aca5-f04feaed384a/23ba8cda-819c-4b10-aca5-f04feaed384a-bg7a.png)
122 Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Reference
3 Commands by Subsystem
:VIEW
(see page 530)
Command Syntax
:VIEW <source>
<source> ::= {CHANnel<n> | PMEMory0,..,PMEMory9 | FUNCtion | MATH}
<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, or trace
memory.
See Also • "Introduction to Root (:) Commands" on page 88
• ":BLANk" on page 94
• ":CHANnel<n>:DISPlay" on page 147
• ":FUNCtion:DISPlay" on page 184
• ":STATus" on page 119
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 578
NOTE
MATH is an alias for FUNCtion.