Channel<N>:Display:auto - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

:CHANnel<N>:DISPlay:AUTO
Command
:CHANnel<N>:DISPlay:AUTO {{ON | 1} | {OFF | 0}}
The :CHANnel<N>:DISPlay:AUTO command sets the differential and
common mode display scale and offset to track the acquisition scale and
offset.
<N>
An integer, 1- 4.
You can specify differential and/or common mode channels using the following convention.
N O T E
If you have differential or common mode channels enabled (using either the
:CHANnel<N>:DIFFerential or :CHANnel<N>:COMMonmode commands) then:
Example
This example sets the channel 1 - channel 3 differential channel display
scale and offset to track the acquisition scale and offset.
myScope.WriteString ":CHANNEL1:DISPLAY:AUTO ON"
Query
:CHANnel<N>:DISPlay:AUTO?
The :CHANnel<N>:DISPlay:AUTO? query returns whether or not the
differential or common mode display scale and offset are tracking the
acquisition scale and offset.
Returned Format
[:CHANnel<N>:DISPlay:AUTO] {1 | 0}<NL>
Example
This example places whether or not the channel 1 - channel 3 differential
channel display scale and offset is tracking the acquisition scale and offset
in the variable varAuto, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":CHANNEL1:DISPLAY:AUTO?"
varAuto = myScope.ReadNumber
Debug.Print FormatNumber(varAuto, 0)
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
:CHANnel1 would refer to the Channel 1 - Channel 3 differential channel
:CHANnel2 would refer to the Channel 2 - Channel 4 differential channel
:CHANnel3 would refer to the Channel 1 + Channel 3 common mode channel
:CHANnel4 would refer to the Channel 2 + Channel 4 common mode channel
12
Channel Commands
197

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents