ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgArb ClassRfsgArb.DigitalEqualizationEnabled PropertyCurrent page
Table of Contents

RfsgArb.DigitalEqualizationEnabled Property

RfsgArb.DigitalEqualizationEnabled Property

RfsgArbDigitalEqualizationEnabled Property

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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool DigitalEqualizationEnabled { get; set; }
Public Property DigitalEqualizationEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
if digital equalization is enabled; otherwise, .

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?