Programming
335
Syntax
:CALCulate<Ch>:AVERage[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:AVERage[:STATe]?
Description
This command sets/gets the averaging state.
Variable
Parameter Selection Option
Description Averaging state
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC1:AVER ON", True
Ana.WriteString ":CALC1:AVER?", True
Var=Ana.ReadNumber
Related Commands
:CALC:AVER:CLE
:CALC:AVER:COUN
Equivalent Softkey
Average > Averaging
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).AVERAGE.STATE
:CALC<Ch>:AVER:CLE
Type
Command
Syntax
:CALCulate<Ch>:AVERage:CLEar
Description
This command clears averaging count.
Examples