Gets or sets the resolution along the x-axis of the spectrum, in hertz (Hz).

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double ResolutionBandwidth { get; set; }

Remarks

NI-RFSA uses the resolution bandwidth value to determine the acquisition size. If the NumberOfSpectralLines property is specified, that value overrides this value.

Exceptions

TypeDescription
System.ObjectDisposedException

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