NIRfsa Namespace

Table of Contents

RfsaSpectrumAcquisitionConfiguration.NumberOfAverages Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaSpectrumAcquisitionConfiguration.NumberOfAverages Property

RfsaSpectrumAcquisitionConfigurationNumberOfAverages Property

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

Int32
Specifies an Int32 representing the number of acquisitions to average.

Exceptions

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

See Also

Log in to get a better experience