Gets or sets the number of dB by which to adjust the device mixer level which specifies device settings that are the best compromise between distortion and noise.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double MixerLevelOffset { get; set; }

Remarks

Returns a Double representing the number of dB by which to adjust the device mixer level. The default value is 0.

Specifying a positive value for this property configures the device for moderate distortion and low noise, and specifying a negative value results in low distortion and higher noise. You cannot set the MixerLevel and MixerLevelOffset property at the same time.

Exceptions

TypeDescription
System.ObjectDisposedException

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