Gets or sets the number of acquisitions to average. The averaging process returns the final result after the number of averages is complete.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public int NumberOfAverages { get; set; }

Remarks

Specifies an Int32 representing the number of acquisitions to average.

Exceptions

TypeDescription
System.ObjectDisposedException

The NumberOfAverages property was accessed after the associated NIRfsa object was disposed.