NumberOfAverages
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The NumberOfAverages property was accessed after the associated NIRfsa object was disposed. |