RfsgUpconverter.Gain Property
- Updated2024-05-08
- 1 minute(s) read
RfsgUpconverterGain Property
Gets or sets the gain, in dB, that the upconverter is applying to the signal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public double Gain { get; set; }
Public Property Gain As Double Get Set
Property Value
Type: DoubleSpecifies the gain that the upconverter is applying to the signal.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Gain property was accessed after the associated NIRfsg object was disposed. |
Remarks
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.