Gets or sets whether to enable inverse phase rotation of the I/Q signal by swapping the I and Q inputs.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public bool IQSwapEnabled { get; set; }

Remarks

true if swapping of the I and Q inputs is enabled and false, if disabled.

If you set this property to true, the NI-RFSG device applies non-inverse phase rotation of the I/Q signal. If this property is set to false, the NI-RFSG device applies inverse phase rotation of the I/Q signal.

To set this property, the NI-RFSG device must be in the Configuration state.

Exceptions

TypeDescription
System.ObjectDisposedException

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