RfsgRF.ExternalGain Property
- Updated2024-05-08
- 1 minute(s) read
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: DoubleSpecifies a Double representing the external amplification or attenuation, if any, between the RF signal generator and the device under test.
Exceptions
Exception | Condition |
---|---|
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.
![]() |
---|
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. |