ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgUpconverter.Gain Property

RfsgUpconverter.Gain Property

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: Double
Specifies the gain that the upconverter is applying to the signal.

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?