ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRF.ExternalGain Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgRF.ExternalGain Property

RfsgRFExternalGain Property

Gets or sets the external amplification or attenuation, if any, between the RF signal generator and the device under test.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double ExternalGain { get; set; }
Public Property ExternalGain As Double
	Get
	Set

Property Value

Type: Double
Specifies a Double representing the external amplification or attenuation, if any, between the RF signal generator and the device under test.

Exceptions

ExceptionCondition
ObjectDisposedException The ExternalGain property was accessed after the associated NIRfsg object was disposed.

Remarks

Positive values for this property represent amplification, and negative values represent attenuation.
Note Note
Setting this property adjusts the device output power to compensate for any amplification or attenuation between the RF signal generator and the device under test.

See Also

Log in to get a better experience