Chapter 2 Command System RIGOL
MSO1000Z/DS1000Z Programming Guide 2-11
:CHANnel<n>:INVert
:CHANnel<n>:INVert <bool>
:CHANnel<n>:INVert?
Enable or disable the waveform invert of the specified channel or query the status of the
waveform invert of the specified channel.
When waveform invert is turned off, the waveform display is normal; when waveform
invert is turned on, the waveform voltage values are inverted.
The query returns 1 or 0.
:CHANnel1:INVert ON /*Enable the waveform invert of CH1*/
:CHANnel1:INVert? /*The query returns 1*/
:CHANnel<n>:OFFSet
:CHANnel<n>:OFFSet <offset>
:CHANnel<n>:OFFSet?
Set or query the vertical offset of the specified channel. The default unit is V.
Related to the current vertical scale and
probe ratio
When the probe ratio is 1X,
vertical scale≥500mV/div: -100V to +100V
vertical scale<500mV/div: -2V to +2V
When the probe ratio is 10X,
vertical scale≥5V/div: -1000V to +1000V
vertical scale<5V/div: -20V to +20V
0V (the probe
ratio is 10X)
The query returns the vertical offset in scientific notation.
:CHANnel1:OFFSet 0.01 /*Set the vertical offset of CH1 to 10mV*/
:CHANnel1:OFFSet? /*The query returns 1.000000e-02*/