Chapter 2 Command System RIGOL
DSA800E Programming Guide 2-149
Example
The command below sets the start line to 5 ms.
:SENSe:TPOWer:LLIMit 0.005
The query below returns 5.000000E-03.
:SENSe:TPOWer:LLIMit?
[:SENSe]:TPOWer:MODE
Syntax
[:SENSe]:TPOWer:MODE AVERage|PEAK|RMS
[:SENSe]:TPOWer:MODE?
Description
Set the power type of the T-power measurement.
Query the power type of the T-power measurement.
Parameter
Explanation
AVERage: average power
PEAK: peak power
RMS: RMS power
This command is only available when the T-power measurement is enabled.
Return Format
The query returns AVER, PEAK or RMS.
Example
The command below sets the power type to average power.
:SENSe:TPOWer:MODE AVERage
The query below returns AVER.
:SENSe:TPOWer:MODE?