SCPI.TRIGger.SEQuence.AVERage

Type of object

Property (Read-Write)

Syntax

SCPI.TRIGger.SEQuence.AVERage = Status

Status = SCPI.TRIGger.SEQuence.AVERage

Description

This command turns ON/OFF or gets the status of the averaging trigger function.

Variable

Parameter

Status

Description

ON/OFF status of the averaging trigger

Data type

Boolean type (Boolean)

Range

Select from either of the following.

  • True or ON: Turns ON the averaging trigger.

  • False or OFF: Turns OFF the averaging trigger.

Preset value

False or OFF

Example of use

Dim Avetrig As Boolean
SCPI.TRIGger.SEQuence.AVERage = True
Avetrig = TRIGger.SEQuence.AVERage

Related objects

SCPI.SENSe(Ch).AVERage.STATe

Equivalent key

Ave > Avg Trigger

Equivalent SCPI command

Syntax   

:TRIGger[:SEQuence]:AVERage {ON|OFF|1|0}

:TRIGger[:SEQuence]:AVERage?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":TRIG:AVER ON"
20 OUTPUT 717;":TRIG:AVER?"
30 ENTER 717;A