RfsaVertical.MixerLevel Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double MixerLevel { get; set; }
Public Property MixerLevel As Double Get Set
Property Value
DoubleReturns a Double representing the mixer level.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The MixerLevel property was accessed after the associated NIRfsa object was disposed. |
Remarks
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.