Instructions

Chapter 2 Command System RIGOL
DS1000Z-E Programming Guide 2-83
Explanation The range of the vertical scale is related to the operator currently selected and the vertical
scale of the source channel. For the integration (intg) and differential (diff) operations, it
is also related to the current horizontal timebase.
Return
Format
The query returns the vertical scale of the operation result in scientific notation.
Example
:MATH:SCALe 2 /*Set the vertical scale to 2V*/
:MATH:SCALe? /*The query returns 2.000000e+00*/
Related
Commands
:CHANnel<n>:SCALe
:CHANnel<n>:UNITs
:MATH:OPERator
:TIMebase[:MAIN]:SCALe
:MATH:OFFSet
Syntax :MATH:OFFSet <offs>
:MATH:OFFSet?
Description Set or query the vertical offset of the operation result. The unit depends on the operator
currently selected and the unit of the source.
Parameter
Name
Type
Range
Default
<offs> Real
Related to the vertical scale of the operation result
Range: (-1000 x MathVerticalScale) to (1000 x
MathVerticalScale)
Step: MathVerticalScale/50
0.00V
Explanation MathVerticalScale is the vertical scale of the operation result and can be set by
the :MATH:SCALe command.
Return
Format
The query returns the vertical offset of the operation result in scientific notation.
Example
:MATH:OFFSet 8 /*Set the vertical offset to 8V*/
:MATH:OFFSet? /*The query returns 8.000000e+00*/
Related
Commands
:MATH:OPERator
:CHANnel<n>:UNITs
:MATH:INVert
Syntax :MATH:INVert <bool>
:MATH:INVert?
Description Enable or disable the inverted display mode of the operation result, or query the inverted
display mode status of the operation result.
Parameter
Name
Type
Range
Default
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Explanation This command is invalid for the FFT operation.
This command has the same function as the :MATH:OPTion:INVert command.
Return
Format
The query returns 1 or 0.