collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelSense.Average Property


IBoonton55xxxChannelSense See Also



Set or return the number of traces averaged together to form the measurement result on the selected channel.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Property Average As Integer

C#

public int  Average { getset; }

Visual C++

HRESULT get_Average(
 long*  val
);
HRESULT put_Average(
 long  val
);

Property Value

Set or return the number of traces averaged together to form the measurement result on the selected channel.

collapse_allRemarks

Averaging can be used to reduce display noise on both the visible trace, and on marker and automatic pulse measurements. Trace averaging is a continuous process in which the measurement points from each sweep are weighted (multiplied) by a appropriate factor, and averaged into the existing trace data points. In this way, the most recent data will always have the greatest effect on the trace shape, and older measurements will be decayed at a rate determined by the averaging setting and trigger rate. Note that for timebase settings of 500 ns/div and faster, the power meter acquires samples using a technique called equivalent time or interleaved sampling. In this mode, not every pixel on the trace gets updated on each sweep, and the total number of sweeps needed to satisfy the AVERage setting will be increased by the sample interleave ratio of that particular timebase.

collapse_allInstrument Command

SENSe{Channel}:AVERage {value}

SENSe{Channel}:AVERage?

collapse_allRange

1 ≤ value ≤ 16384

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxChannelSense Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.