NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.AveragingWindowSize Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.AveragingWindowSize Property
Specifies the number of samples to average while acquiring data. Increasing the number of samples to average reduces noise in your measurement.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public long AveragingWindowSize { get; set; }
Public Property AveragingWindowSize As Long
	Get
	Set

Property Value

Type: Int64
Specifies the number of samples to average while acquiring data. Increasing the number of samples to average reduces noise in your measurement.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience