Property (Read-Write)
SCPI.SENSe(Ch).AVERage.COUNt = Value
Value = SCPI.SENSe(Ch).AVERage.COUNt
This command sets/gets the averaging factor of the selected channel (Ch).
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. |
Dim AvgCnt As Long
SCPI.SENSe(1).AVERage.COUNt = 4
AvgCnt = SCPI.SENSe(1).AVERage.COUNt
Avg > Avg Factor
:SENSe{[1]-4}:AVERage:COUNt <numeric>
:SENSe{[1]-4}:AVERage:COUNt?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:AVER:COUN 4"
20 OUTPUT 717;":SENS1:AVER:COUN?"
30 ENTER 717;A