Sets whether to estimate the IQ origin offset. If IQ origin offset is absent in the signal to be analyzed, you may disable IQ origin offset estimation to reduce measurement time or to avoid measurement inaccuracy due to error in IQ origin offset estimation.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int SetIQOriginOffsetEstimationEnabled(string selectorString, RFmxNRMXModAccIQOriginOffsetEstimationEnabled value)

Remarks

This method sets the value of ModAccIQOriginOffsetEstimationEnabled attribute.The default value is True.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueRFmxNRMXModAccIQOriginOffsetEstimationEnabled

Specifies whether to estimate the IQ origin offset. If IQ origin offset is absent in the signal to be analyzed, you may disable IQ origin offset estimation to reduce measurement time or to avoid measurement inaccuracy due to error in IQ origin offset estimation.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.