SCPI.SENSe(Ch).AVERage.COUNt

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).AVERage.COUNt = Value

Value = SCPI.SENSe(Ch).AVERage.COUNt

Description

This command sets/gets the averaging factor of the selected channel (Ch).

Variable

Parameter

Value

Description

Averaging factor

Data type

Long integer type (Long)

Range

1 to 999

Preset value

16

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim AvgCnt As Long
SCPI.SENSe(1).AVERage.COUNt = 4
AvgCnt = SCPI.SENSe(1).AVERage.COUNt

Related objects

SCPI.SENSe(Ch).AVERage.STATe

SCPI.SENSe(Ch).AVERage.CLEar

Equivalent key

Avg > Avg Factor

Equivalent SCPI command

Syntax

:SENSe{[1]-4}:AVERage:COUNt <numeric>

:SENSe{[1]-4}:AVERage:COUNt?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:AVER:COUN 4"
20 OUTPUT 717;":SENS1:AVER:COUN?"
30 ENTER 717;A