Fetches the I and Q mean active powers and the I and Q peak inactive powers.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int FetchUplinkCodeDomainIAndQPower(string selectorString, double timeout, out double iMeanActivePower, out double qMeanActivePower, out double iPeakInactivePower, out double qPeakInactivePower)

Parameters

NameTypeDescription
selectorStringstring

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

timeoutdouble

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.

iMeanActivePowerout double

Upon return, contains the average power of all active code channels measured on the I-branch. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

qMeanActivePowerout double

Upon return, contains the average power of all active code channels measured on the Q-branch. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

iPeakInactivePowerout double

Upon return, contains the largest measured code power among the set of inactive channels on the I-branch, and in the code domain of the base spreading factor. The base spreading factor depends on the configured physical layer subtype, and is 16 for subtype 0/1; 32 otherwise. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

qPeakInactivePowerout double

Upon return, contains the largest measured code power among the set of inactive channels on the Q-branch, and in the code domain of the base spreading factor. The base spreading factor depends on the configured physical layer subtype, and is 16 for subtype 0/1; 32 otherwise.

Returns

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