CenterFrequency
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the center frequency, hertz (Hz), in a spectrum acquisition.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double CenterFrequency { get; set; }
Remarks
Specifies a Double representing the center frequency in a spectrum acquisition.
An acquisition consists of a span of data surrounding the center frequency.
Note
Use this property to tune the downconverter when using external digitizer mode.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CenterFrequency property was accessed after the associated NIRfsa object was disposed. |