Obsolete and Discontinued Commands
5
Agilent 6000 Series Oscilloscopes Programmer's Reference
503
:DISPlay:ORDer
(see
Query Syntax
:DISPlay:ORDer?
The :DISPlay:ORDer? query returns a list of digital channel numbers in
screen order, from top to bottom, separated by commas. Busing is
displayed as digital channels with no separator. For example, in the
following list, the bus consists of digital channels 4 and 5: DIG1, DIG4
DIG5, DIG7.
Return Format
<order><NL>
<order> ::= Unquoted ASCII string
See Also
•
Example Code
' DISP_ORDER - Set the order the channels are displayed on the
' analyzer.
You can enter between 1 and 32 channels at one time.
' If you leave out channels, they will not be displayed.
' Display ONLY channel 0 and channel 10 in that order.
myScope.WriteString ":DISPLAY:ORDER 0,10"
Example program from the start:
"VISA COM Example in Visual Basic"
N O T E
The :DISPlay:ORDer command is an obsolete command provided for compatibility to
previous oscilloscopes. This command is only available on the MSO models.
N O T E
A return value is included for each digital channel. A return value of NONE indicates that a
channel is turned off.
Содержание DSO6014A/L
Страница 1: ...A Agilent 6000 Series Oscilloscopes Programmer s Reference...
Страница 16: ...16 Agilent 6000 Series Oscilloscopes Programmer s Reference...
Страница 30: ...30 Agilent 6000 Series Oscilloscopes Programmer s Reference 1 What s New...
Страница 540: ...540 Agilent 6000 Series Oscilloscopes Programmer s Reference 6 Error Messages...
Страница 562: ...562 Agilent 6000 Series Oscilloscopes Programmer s Reference 7 Status Reporting...
Страница 584: ...584 Agilent 6000 Series Oscilloscopes Programmer s Reference 8 More About Oscilloscope Commands...
Страница 624: ...624 Agilent 6000 Series Oscilloscopes Programmer s Reference 9 Programming Examples...