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

TypeDescription
System.ObjectDisposedException

The DigitalGain property was accessed after the associated NIRfsa object was disposed.