Gets or sets the mixer level that represents the attenuation value to apply to the input RF signal as it reaches the first mixer in the signal chain, in dBm.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double MixerLevel { get; set; }

Remarks

Returns a Double representing the mixer level.

NI-RFSA automatically selects an optimal mixer level value given the reference level if you do not configure this property. You cannot set the MixerLevel and MixerLevelOffset property at the same time.

Exceptions

TypeDescription
System.ObjectDisposedException

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