RfsgRF.ExternalGain Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double ExternalGain { get; set; }
Public Property ExternalGain As Double Get Set
Property Value
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.