FskDeviation
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the deviation, in Hertz (Hz), to use in frequency-shift keying (FSK) modulation.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double FskDeviation { get; set; }
Remarks
Specifies a Double representing the deviation to use in FSK modulation. The default value is 1000 Hz.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FskDeviation property was accessed after the associated NIRfsg object was disposed. |