Write/Read
About Averaging

AverageMode Property


Description

Specifies the type of averaging to perform: Point or Sweep.

 VB Syntax

chan.AverageMode = value

Variable

(Type) - Description

chan

A Channel (object)

value

(Enum as naAverageMode) - Average Type. Choose from:

0 - naPoint  Averaging measurements are made on each data point before stepping to the next data point.

1 - naSweep  Averaging measurements are made on subsequent sweeps until the required number of averaging sweeps are performed.

Return Type

Enum

Default

1-  naSweep

Examples

chan.AverageMode = naSweep 'Write

avgType = chan.AverageMode ' Read

C++ Syntax

HRESULT get_AverageMode(NAAverageMode * mode);

HRESULT put_AverageMode(NAAverageMode mode);

Interface

IChannel16


Last Modified:

8-Jun-2009

Not available on 'C' models.

13-Oct-2008

MX New topic