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