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.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public bool DigitalEqualizationEnabled { get; set; }

Remarks

true if digital equalization is enabled; otherwise, false.

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.

Exceptions

TypeDescription
System.ObjectDisposedException

The DigitalEqualizationEnabled property was accessed after the associated NIRfsg object was disposed.