RfsgArb.DigitalEqualizationEnabled Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets whether to enable digital equalization. When enabled, NI-RFSG equalizes the IF data to correct variations in the response of the upconverter.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool DigitalEqualizationEnabled { get; set; }
Public Property DigitalEqualizationEnabled As Boolean Get Set
Property Value
Booleanif digital equalization is enabled; otherwise, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DigitalEqualizationEnabled property was accessed after the associated NIRfsg object was disposed. |
Remarks
Enabling digital equalization improves the modulation error rates (MER) and error vector magnitude (EVM) for signals with large bandwidths (> 500 kHz).
To set this property, the NI-RFSG device must be in the Configuration state.
This property is applicable only when GenerationMode is set to ArbitraryWaveform or Script.