E5071C
2764
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.
• The sweep averaging feature must be set to ON when turning
on the averaging trigger feature.
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 > Ave Trigger
Equivalent SCPI command
Syntax
:TRIGger[:SEQuence]:AVERage {ON|OFF|1|0}
:TRIGger[:SEQuence]:AVERage?