Frequency
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the frequency of the generated RF signal, in Hertz (Hz). For arbitrary waveform generation, this property specifies the center frequency of the signal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double Frequency { get; set; }
Remarks
Specifies a Double representing the frequency of the generated RF signal.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Frequency property was accessed after the associated NIRfsg object was disposed. |