CALCulate:AVERage Subsystem

This subsystem calculates measurement statistics.

Command Summary

CALCulate:AVERage:ALL?

CALCulate:AVERage:AVERage?

CALCulate:AVERage:CLEar[:IMMediate]

CALCulate:AVERage:COUNt?

CALCulate:AVERage:MAXimum?

CALCulate:AVERage:MINimum?

CALCulate:AVERage:PTPeak?

CALCulate:AVERage:SDEViation?

CALCulate:AVERage[:STATe]


CALCulate:AVERage:ALL?


CALCulate:AVERage:AVERage?


CALCulate:AVERage:COUNt?


CALCulate:AVERage:MAXimum?


CALCulate:AVERage:MINimum?


CALCulate:AVERage:PTPeak?


CALCulate:AVERage:SDEViation?

The CALCulate:AVERage:ALL? query returns the arithmetic mean (average), standard deviation, minimum value and maximum value of all measurements taken since the statistics were last cleared. The count and peak-to-peak statistics are not returned by CALCulate:AVERage:ALL?.

The other six queries listed above return individual values.

Parameter Typical Return
(none) (see below)

Return the statistics of 100 frequency measurements:

CONF:FREQ 1.0E3,.001
SAMP:COUN 100
CALC:AVER:STAT ON
INIT
*WAI
CALC:AVER:ALL?

Typical Response: +1.00520000E+03,+1.00512000E+03,+1.00527000E+03,+4.13500000E-01

CALCulate:AVERage:CLEar[:IMMediate]

Clears all computed statistics: minimum, maximum, average, peak-to-peak, count and standard deviation.

Parameter Typical Return
(none) (none)
Clear the stored statistical data:

CALC:AVER:CLE

CALCulate:AVERage[:STATe] {ON|1|OFF|0}
CALCulate:AVERage[:STATe]?

Enables or disables statistics computation.

Parameter Typical Return
{ON|1|OFF|0}. Default: OFF. 0 (OFF) or 1 (ON)

Return the statistics of 100 frequency measurements:

CONF:FREQ 1.0E3,.001
SAMP:COUN 100
CALC:AVER:STAT ON
INIT
*WAI
CALC:AVER:ALL?

Typical Response: +1.00520000E+03,+1.00512000E+03,+1.00527000E+03,+4.13500000E-01