NIRfsa Namespace

Table of Contents

RfsaSpectrumAcquisitionConfiguration.NumberOfSpectralLines Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaSpectrumAcquisitionConfiguration.NumberOfSpectralLines Property

RfsaSpectrumAcquisitionConfigurationNumberOfSpectralLines Property

Gets or sets the number of spectral lines expected with the current power spectrum configuration.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public int NumberOfSpectralLines { get; set; }
Public Property NumberOfSpectralLines As Integer
	Get
	Set

Property Value

Int32
Specifies an Int32 representing the number of spectral lines expected with the current power spectrum configuration.

Exceptions

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

Remarks

If you do not configure this property, NI-RFSA selects an appropriate value based on the ResolutionBandwidth property. If you configure this property, NI-RFSA coerces the ResolutionBandwidth value based on the number of spectral lines requested and the value of the NumberOfSpectralLines property.

See Also

Log in to get a better experience