Programming
649
*RST
:SYST:PRES
Equivalent Softkey
Preset (When System > Misc Setup > Preset Setup > State > User is
selected.)
COM Command Syntax (Internal Control Only)
SCPI.SYSTEM.UPRESET
TRIGGER
:TRIG:AVER
Type
Command/Query
Syntax
:TRIGger[:SEQuence]:AVERage {ON|OFF|1|0}
:TRIGger[:SEQuence]:AVERage?
Description
This command turns ON/OFF or gets the status of the averaging trigger
function.
The sweep averaging feature must be set to
ON when turning on the averaging trigger feature.
Variable
Parameter Selection Option
Description ON/OFF status of the averaging trigger
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Boolean
Var= 1
Ana.WriteString ":TRIG:AVER " & Str(Var), True