RFmxCdma2kMXQevmResults.FetchIQImpairments Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Returns the measured I/Q impairments.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int FetchIQImpairments( string selectorString, double timeout, out double meanIQOriginOffset, out double meanIQGainImbalance, out double meanIQQuadratureError, out double maximumIQOriginOffset, out double maximumIQGainImbalance, out double maximumIQQuadratureError )
Public Function FetchIQImpairments ( selectorString As String, timeout As Double, <OutAttribute> ByRef meanIQOriginOffset As Double, <OutAttribute> ByRef meanIQGainImbalance As Double, <OutAttribute> ByRef meanIQQuadratureError As Double, <OutAttribute> ByRef maximumIQOriginOffset As Double, <OutAttribute> ByRef maximumIQGainImbalance As Double, <OutAttribute> ByRef maximumIQQuadratureError As Double ) As Integer
Parameters
- selectorString String
- Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used.
- timeout Double
- Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete.
- meanIQOriginOffset Double
-
Upon return, contains the mean averaged origin offset of the received signal. This value is expressed in dB.
- meanIQGainImbalance Double
-
Upon return, contains the mean I/Q gain imbalance of the received signal. This value is expressed in dB.
- meanIQQuadratureError Double
-
Upon return, contains the mean I/Q quadrature error (phase imbalance) of the received signal. This value is expressed in degrees.
- maximumIQOriginOffset Double
-
Upon return, contains the maximum origin offset of the received signal. This value is expressed in dB.
- maximumIQGainImbalance Double
-
Upon return, contains the maximum I/Q gain imbalance of the received signal. This value is expressed in dB.
- maximumIQQuadratureError Double
-
Upon return, contains the maximum I/Q quadrature error (phase imbalance) of the received signal. This value is expressed in degrees.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.