Gets or sets whether to enable or disable digital equalization filter for the RF downconverter.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public bool DigitalIFEqualizationEnabled { get; set; }

Remarks

true if the digital equalization filter for the RF downconverter is enabled; otherwise, false.

Digital IF Equalization is only supported with a 150 MHz clock. You cannot set this property to true if the TimebaseSource property is set to LOReferenceClock.

The NI 5665 enables digital IF equalization by default if you set the RfsaAcquisitionType to Spectrum. If you set RfsaAcquisitionType to IQ, digital IF equalization is enabled for instantaneous bandwidths larger than 300 kHz. You cannot perform digital IF equalization for instantaneous bandwidths less than or equal to 300 kHz.

Exceptions

TypeDescription
System.ObjectDisposedException

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