Command/Query
:SENSe:AVERage:STATe {ON|OFF|1|0}
:SENSe:AVERage:STATe?
This command sets the average function.
|
Parameter |
Selection Option |
|
Description |
ON/OFF of the averaging function |
|
Data Type |
Boolean type (Boolean) |
|
Range |
1 or ON: Turns ON the averaging function. 0 or OFF: Turns OFF the averaging function. |
|
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Long
Ena.WriteString ":SENS:AVER:STAT ON", True
Ena.WriteString ":SENS:AVER:STAT?", True
Var=Ena.ReadNumber
Edit Test > Test Sequence > Edit Measurement > Averaging > Check