Specifications

2 Command System RIGOL
MSO2000A/DS2000A Programming Guide
2-69
:CALCulate:ADVanced:INVert
Syntax
:CALCulate:ADVanced:INVert <bool>
:CALCulate:ADVanced:INVert?
Description
Enable or disable the inverted display of the advanced operation result; or query the current status of the
inverted display of the advanced operation result.
Parameter
Name Type Range Default
<bool> Bool {{1|ON}|{0|OFF}} 0|OFF
Return Format
The query returns 1 or 0.
:CALCulate:ADVanced:VARiable1
:CALCulate:ADVanced:VARiable2
Syntax
:CALCulate:ADVanced:VARiable1 <numeric_value>
:CALCulate:ADVanced:VARiable1?
:CALCulate:ADVanced:VARiable2 <numeric_value>
:CALCulate:ADVanced:VARiable2?
Description
Set or query the variable1 or variable2 in the advanced operation expression.
Parameter
Name Type Range Default
<numeric_value> Real Refer to the Explanation 0
Explanation
The format of <numeric_value> is AeB. The range of A (mantissa) is from -9.9999 to 9.9999 (the
minimum step is 0.0001; namely the number can contain at most 4 decimal places). B (exponent, its
base is 10) is an integer from -9 to 9. For example, 1.2037e5 denotes setting the viariable to
1.2037×10
5
. <numeric_value> can also be expressed in decimal format; its range corresponds to
that in AeB format.
This command sets the value of variable1 or variable2 which might be used in
the
:CALCulate:ADVanced:EXPRession command.
Return Format
The query returns the value of variable1 or variable2 in the advanced operation expression in scientific
notation.