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

TypeDescription
System.ObjectDisposedException

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