Instructions

RIGOL Chapter 2 Command System
2-40 MSO7000/DS7000 Programming Guide
:CHANnel<n>:COUPling
Syntax
:CHANnel<n>:COUPling <coupling>
:CHANnel<n>:COUPling?
Description
Sets or queries the coupling mode of the specified channel.
Parameter
Name
Type
Range
Default
<n>
Discrete
{1|2|3|4}
——
<coupling>
Discrete
{AC|DC}
DC
Remarks
AC: the DC components of the signal under test are blocked.
DC: both DC and AC components of the signal under test can pass through the
channel.
Return
Format
The query returns AC or DC.
Example
:CHANnel1:COUPling AC /*Selects the AC coupling mode.*/
:CHANnel1:COUPling? /*The query returns AC.*/
:CHANnel<n>:DISPlay
Syntax
:CHANnel<n>:DISPlay <bool>
:CHANnel<n>:DISPlay?
Description
Turns on or off the specified channel; or queries the on/off status of the specified
channel.
Parameter
Name
Type
Range
Default
<n>
Discrete
{1|2|3|4}
——
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Return
Format
The query returns 1 or 0.
Example
:CHANnel1:DISPlay ON /*Enables CH1.*/
:CHANnel1:DISPlay? /*The query returns 1.*/
:CHANnel<n>:INVert
Syntax
:CHANnel<n>:INVert <bool>
:CHANnel<n>:INVert?
Description
Turns on or off the waveform invert for the specified channel; or queries the on/off
status of the waveform invert for the specified channel.
Parameter
Name
Type
Range
Default
<n>
Discrete
{1|2|3|4}
——
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Remarks
When the waveform invert is turned off, the waveform is displayed normally; when
the waveform invert is turned on, the voltage values of the displayed waveform are
inverted.
Return Format
The query returns 1 or 0.