MixerLevel
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The MixerLevel property was accessed after the associated NIRfsa object was disposed. |