Root (:) Commands
7
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
245
:VIEW
Command Syntax
:VIEW <source>
<source> ::= {CHANnel<n> | FUNCtion<m> | MATH<m> | FFT | SBUS{1 | 2}
| WMEMory<r>}
<n> ::= 1 to (# analog channels) in NR1 format
<m> ::= 1 to (# math functions) in NR1 format
<r> ::= 1 to (# ref waveforms) in NR1 format
The :VIEW command turns on the specified channel, function, serial decode bus,
or reference waveform location.
See Also
•
"Introduction to Root (:) Commands"
•
•
•
•
•
•
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:
NOTE
MATH<m> is an alias for FUNCtion<m>.