E4990A Help
336
Ana.WriteString ":CALC1:AVER:CLE", True
Related Commands
:CALC:AVER
:CALC:AVER:COUN
Equivalent Softkey
Average > Averaging Restart
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).AVERAGE.CLEAR
:CALC<Ch>:AVER:COUN
Type
Command/Query
Syntax
:CALCulate<Ch>:AVERage:COUNt <Value>
:CALCulate<Ch>:AVERage:COUNt?
Description
This command sets/gets the averaging count.
Variable
Parameter Value
Description averaging factor
Data Type Numeric type (Integer)
Range 1 ~ 999
Preset Value
16
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Var= 10
Ana.WriteString ":CALC1:AVER:COUN " & Str(Var), True
Ana.WriteString ":CALC1:AVER:COUN?", True
Var=Ana.ReadNumber
Related Commands
:CALC:AVER
:CALC:AVER:CLE