ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgIQImpairment.Enabled Property

RfsgIQImpairment.Enabled Property

RfsgIQImpairmentEnabled Property

Gets or sets whether the I/Q impairment is enabled.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Property Value

Type: Boolean
if I/Q impairment is enabled; otherwise .

Exceptions

ExceptionCondition
ObjectDisposedException The Enabled property was accessed after the associated NIRfsg object was disposed.

Remarks

IOffset, QOffset, GainImbalance, and Skew are ignored when this property is set to .

See Also

Was this information helpful?