GetIQOriginOffsetMean(string, out double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. |
| value | out 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.