Property (Read-Write)
SCPI.TRIGger.SEQuence.AVERage = Status
Status = SCPI.TRIGger.SEQuence.AVERage
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.
Parameter |
Status |
Description |
ON/OFF status of the averaging trigger |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following.
|
Preset value |
False or OFF |
Dim Avetrig As Boolean
SCPI.TRIGger.SEQuence.AVERage = True
Avetrig = TRIGger.SEQuence.AVERage
Ave > Avg Trigger
:TRIGger[:SEQuence]:AVERage {ON|OFF|1|0}
:TRIGger[:SEQuence]:AVERage?
{1|0}<newline><^END>
10 OUTPUT 717;":TRIG:AVER ON"
20 OUTPUT 717;":TRIG:AVER?"
30 ENTER 717;A