Property (Read-Write)
SCPI.SENSe.FP(Ch).AVERage.COUNt = Value
Value = SCPI.SENSe.FP(Ch).AVERage.COUNt
This command sets/gets average count, for the selected channel Ch.
Parameter |
Value |
Description |
Average count |
Data Type |
Long integer type (Long) |
Range |
1 ~ 999 |
Preset Value |
16 |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Long
Var= 1
SCPI.SENSe.FP1.AVERage.COUNt = Var
Var = SCPI.SENSe.FP1.AVERage.COUNt
SCPI.SENSe.FP(Ch).AVERage.CLEar
SCPI.SENSe.FP(Ch).AVERage.STATe
FP Menu: Average > Avg Factor
:SENSe:FP[1-1]:AVERage:COUNt {1 ~ 999}
:SENSe:FP[1-1]:AVERage:COUNt?
{1 ~ 999} <newline><^END>
10 OUTPUT 717;":SENSe:FP1:AVERage:COUNt 1 "
20 OUTPUT 717;":SENSe:FP1:AVERage:COUNt ?"
30 ENTER 717;A