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

TypeDescription
System.ObjectDisposedException

The SymbolRate property was accessed after the associated NIRfsg object was disposed.