Property (Read-Write)
SCPI.SENSe(Ch).AVERage.STATe = Status
Status = SCPI.SENSe(Ch).AVERage.STATe
This command sets/gets the averaging function of the selected channel (Ch).
|
Parameter |
Status |
|
Description |
ON/OFF of the averaging function |
|
Data type |
Boolean type (Boolean) |
|
Range |
Select from the following:
|
|
Preset value |
False or OFF |
Dim Avg As Boolean
SCPI.SENSe(1).AVERage.STATe = True
Avg = SCPI.SENSe(1).AVERage.STATe
Avg > Averaging
:SENSe{[1]-4}:AVERage[:STATe] {ON|OFF|1|0}
:SENSe{[1]-4}:AVERage[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:AVER ON"
20 OUTPUT 717;":SENS1:AVER?"
30 ENTER 717;A