CALCulate:SMOothing Subsystem

This subsystem controls the smoothing (moving average) filter. This subsystem applies only to the 34465A and 34470A.

Command Summary

CALCulate:SMOothing:RESPonse

CALCulate:SMOothing[:STATe]

CALCulate:SMOothing:RESPonse {SLOW|MEDium|FAST}
CALCulate:SMOothing:RESPonse?

Selects the number of measurements to be averaged by the moving average (boxcar) filter.

Parameter Typical Return
{SLOW|MEDium|FAST} SLOW = 100 measurements, MEDium = 50 measurements, FAST = 10 measurements. Default: 10 measurements. SLOW

Enable a 50-point moving average filter on 1000 measurements:

CONF:VOLT 10
SAMP:COUN 1000
CALC:SMO:RESP MED
CALC:SMO:STAT ON
CALC:STAT ON
READ?

Typical Response:  +9.99383828200000E+00,+9.99352315400000E+00,...    (1000 measurements)

CALCulate:SMOothing[:STATe] {OFF|ON}
CALCulate:SMOothing[:STATe]?

Enables or disables a smoothing (moving average) filter on the measurements. Smoothing is intended to average out small variations in the measurements. Larger variations will cause the filter to reset.

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

Enable a 50-point moving average filter on 1000 measurements:

CONF:VOLT 10
SAMP:COUN 1000
CALC:SMO:RESP MED
CALC:SMO:STAT ON
CALC:STAT ON
READ?

Typical Response:+9.99383828200000E+03,+9.99352315400000E+03,...    (1000 measurements)