Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-118 RSA5000 Programming Guide
[:SENSe]:ACQuisition:TIME:PVTime:AUTO
Syntax
[:SENSe]:ACQuisition:TIME:PVTime:AUTO OFF|ON|0|1
[:SENSe]:ACQuisition:TIME:PVTime:AUTO?
Description
Enables or disables the auto acquisition time for producing a single trace.
Queries the status of the auto acquisition time for producing a single trace.
Parameter
Name
Type
Range
Default
——
Bool
OFF|ON|0|1
ON|1
Remarks
This command is only available for PvT, PvT Spectrum, and PvT Spectrogram in RTSA mode.
Return Format
The query returns 0 or 1.
Example
The following command enables the auto acquisition time for producing all the traces.
:SENSe:ACQuisition:TIME:PVTime:AUTO ON or :SENSe:ACQuisition:TIME:PVTime:AUTO 1
The following query returns 1.
:SENSe:ACQuisition:TIME:PVTime:AUTO?
[:SENSe]:AVERage:COUNt
:TRACe:AVERage:COUNt
Syntax
[:SENSe]:AVERage:COUNt <integer>
[:SENSe]:AVERage:COUNt?
:TRACe:AVERage:COUNt <integer>
:TRACe:AVERage:COUNt?
Description
Sets the trace average count of the current measurement.
Queries the trace average count of the current measurement.
Parameter
Name
Type
Range
Default
<integer>
Integer
1 to 10,000
100
Remarks
This command is available for the swept SA measurement in GPSA mode and the RTSA mode.
Return Format
The query returns the average count in integer.
Example
The following command sets the average count to 100.
:SENSe:AVERage:COUNt 100
:TRACe:AVERage:COUNt 100