ExternalGain
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the external amplification or attenuation, if any, between the RF signal generator and the device under test.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double ExternalGain { get; set; }
Remarks
Specifies a Double representing the external amplification or attenuation, if any, between the RF signal generator and the device under test.
Positive values for this property represent amplification, and negative values represent attenuation.
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ExternalGain property was accessed after the associated NIRfsg object was disposed. |