DigitalGain
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the scaling factor, in decibels, applied to the time-domain voltage data in the digitizer. NI-RFSA does not compensate for the specified digital gain. NI-RFSA does not compensate for the specified digital gain.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double DigitalGain { get; set; }
Remarks
Specifies a Double representing the scaling factor, in decibels, applied to the time-domain voltage data in the digitizer. The default value is 0 dB.
You can use this property to account for external gain changes without changing the analog signal path.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DigitalGain property was accessed after the associated NIRfsa object was disposed. |