Gets the I/Q origin offset estimated over the EDR portion of the EDR packets. This value is expressed in dB. When you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True, it returns the mean of the I/Q origin offset values computed for each averaging count.

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public int GetIQOriginOffsetMean(string selectorString, out double value)

Remarks

This method gets the value of ModAccResultsIQOriginOffsetMean attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueout double

Upon return, contains the I/Q origin offset estimated over the EDR portion of the EDR packets. This value is expressed in dB. When you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True, it returns the mean of the I/Q origin offset values computed for each averaging count.

Returns

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