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