Gets or sets the gain, in dB, that the upconverter is applying to the signal.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public double Gain { get; set; }

Remarks

Specifies the gain that the upconverter is applying to the signal.

The anchor is the reference point. All upconverter center frequencies are an integer multiple of the upconverter center frequency increment away from the upconverter center frequency increment anchor, as expressed in the following equation:

Upconverter Center Frequency = (k * Upconverter Center Frequency Increment) + Upconverter Center Frequency Increment Anchor, where k is any positive or negative integer.

Exceptions

TypeDescription
System.ObjectDisposedException

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