Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-166 RSA5000 Programming Guide
Return Format
The query returns 0 or 1.
Example
The following command enables the average measurement.
:SENSe:TPOWer:AVERage:STATe ON or :SENSe:TPOWer:AVERage:STATe 1
The following query returns 1.
:SENSe:TPOWer:AVERage:STATe?
[:SENSe]:TPOWer:AVERage:TCONtrol
Syntax
[:SENSe]:TPOWer:AVERage:TCONtrol EXPonential|REPeat
[:SENSe]:TPOWer:AVERage:TCONtrol?
Description
Sets the average mode of the T-power measurement.
Queries the average mode of the T-power measurement.
Parameter
Name
Type
Range
Default
——
Keyword
EXPonential|REPeat
EXPonential
Remarks
EXPonential: indicates the exponential average.
REPeat: indicates the repeat average.
When "EXPonential" is selected, the result is the exponential average of the measurement results obtained
in the past N times (N is specified in "
[:SENSe]:TPOWer:AVERage:COUNt").
When "REPeat" is selected, the result is the arithmetic average of the measurement results obtained in the
past N times (N is specified in "
[:SENSe]:TPOWer:AVERage:COUNt").
This command is only valid when the T-power measurement in GPSA mode is enabled.
Return Format
The query returns EXP or REP.
Example
The following command sets the average mode to Repeat.
:SENSe:TPOWer:AVERage:TCONtrol REPeat
The following query returns REP.
:SENSe:TPOWer:AVERage:TCONtrol?