Gets the I/Q gain imbalance, which is the ratio of the RMS amplitude of the in-phase (I) component of the signal to the RMS amplitude of the quadrature-phase (Q) component of the signal. This value is expressed in dB.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetIQGainImbalanceMean(string selectorString, out double value)

Remarks

This method gets the value of OfdmModAccResultsIQGainImbalanceMean attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name, Chain number and Segment number. Example: "Segment0", "result::r1/Segment0" or "result::r1/Segment0/Chain0". You can use the BuildChainString(string, int) method to build the selector string.

valueout double

Upon return, contains the I/Q gain imbalance, which is the ratio of the RMS amplitude of the in-phase (I) component of the signal to the RMS amplitude of the quadrature-phase (Q) component of the signal. This value is expressed in dB.

Returns

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