CALCulate1:AVERage:ALL?
Syntax
CALCulate[1]:AVERage:ALL?
Description
This query returns the mathematical mean (average), standard deviation, minimum value, and maximum
value of all measurements taken since the last time statistics were cleared.
Remarks
l You can read the statistical values at any time.
l The instrument clears the statistical values when CALCulate1:AVERage:STATe ON is sent, when the
measurement function is changed, when the INITiate:IMMediate, MEASure? or READ? commands are
executed, when the CALCulate1:AVERage:CLEar command is executed, after a Factory Reset (*RST
command) or after an Instrument Preset (SYSTem:PRESet command).
Return Format
The query returns the mean, standard deviation, minimum value, and maximum value of the meas-
urements taken.
Examples
The following example returns the statistics of 100 frequency measurements.
CONF:FREQ 1.0E6,.001
SAMP:COUN 100
CALC:AVER:STAT ON
CALC:STAT ON
INIT
*WAI wait for all reading to complete
CALC:AVER:ALL?
Typical Response:
+1.00520000E+006,+4.13500000E+001,+1.00512000E+006,+1.005270000E+006
See Also
CALCulate1:AVERage:AVERage?
CALCulate1:AVERage:CLEar
CALCulate1:AVERage:COUNt?
CALCulate1:AVERage:MAXimum?
CALCulate1:AVERage:MINimum?
CALCulate1:AVERage:PTPeak?
Keysight 53220A/53230A Programmer's Reference 67
CALCulate1:AVERage:ALL?