Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-196 RSA5000 Programming Guide
:TRACe:MATH:STATe
Syntax
:TRACe:MATH:STATe OFF|ON|0|1
:TRACe:MATH:STATe?
Description
Enables or disables the math operation.
Queries the status of the math operation of the trace.
Parameter
Name
Type
Range
Default
——
Bool
OFF|ON|0|1
OFF|0
Return Format
The query returns 0 or 1.
Example
The following command enables the math operation of the trace.
:TRACe:MATH:STATe 1 or :TRACe:MATH:STATe ON
The following query returns 1.
:TRACe:MATH:STATe?
:TRACe:MATH:TYPE
Syntax
:TRACe:MATH:TYPE A+B|A-B|A+CONST|A-CONST|A-B+REF
:TRACe:MATH:TYPE?
Description
Sets the operation type of the trace.
Queries the operation type of the trace.
Paramter
Name
Type
Range
Default
——
Keyword
A+B|A-B|A+CONST|A-CONST|A-B+REF
A+B
Remarks
The parameter A+B, A-B, A+CONST, A-CONST, and A-B+REF corresponds to Op1-Op2, Op1+Op2,
Op1+Offset, Op1-Offset, and Op1-Op2+Ref, respectively
Return Format
The query returns A+B, A-B, A+CONST, A-CONST, or A-B+REF.
Example
The following command sets the operation type of the trace to A+B.
:TRACe:MATH:TYPE A+B
The following query returns A+B.
:TRACe:MATH:TYPE?