6
53210A Math, Graphing, and Data Logging
CALCulate[1]:AVERage:MINimum?
– returns the minimum value of all readings in the current reading count.
CALCulate[1]:AVERage:MAXimum?
– returns the maximum value of all readings in the current reading count.
CALCulate[1]:AVERage:PTPeak?
– returns the average peak-to-peak value (average maximum value - average
Example: Computing Individual Statistics
The following example shows these reading parameters queried individually.
CONF:PER (@1)
INIT
*WAI
CALC:AVER:MIN?
CALC:AVER:MAX?
CALC:AVER:AVER?
CALC:AVER:PTP?
Standard Deviation
Standard deviation is available with both counters using the command:
CALCulate[1]:AVERage:SDEViation?
The
standard deviation can be determined.
160
minimum value) of all readings in the reading count.
TRIG:COUN 2
SAMP:COUN 100
SENS:FREQ:GATE:TIME 10e-3
CALC:STAT ON
CALC:AVER:STAT ON
subsystem and statistics must also be enabled before the
CALCulate1
// configure period measurement
// trigger count = 2
// 100 rdgs per trigger
// 10 ms gate time
// enable CALCulate1 subsystem
// enable statistics
// initiate the measurements
// wait for all rdgs to complete
// query individual parameters
Keysight 53210A User's Guide