RfsaSpectrumAcquisitionConfiguration.NumberOfAverages Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets or sets the number of acquisitions to average. The averaging process returns the final
result after the number of averages is complete.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public int NumberOfAverages { get; set; }
Public Property NumberOfAverages As Integer Get Set
Property Value
Int32Specifies an Int32 representing the number of acquisitions to average.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The NumberOfAverages property was accessed after the associated NIRfsa object was disposed. |