Fetches the scalar code domain power results.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int FetchUplinkCodeDomainPower(string selectorString, double timeout, out double totalPower, out double totalActivePower, out double meanActivePower, out double peakActivePower, out double meanInactivePower, out double peakInactivePower)

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.

totalPowerout double

Upon return, contains the mean power of the received signal. This value is expressed in dBm.

totalActivePowerout double

Upon return, contains the sum of the powers of all active code channels. 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.

meanActivePowerout double

Upon return, contains the average power of all active code channels. 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.

peakActivePowerout double

Upon return, contains the maximum power among all active code channels. 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.

meanInactivePowerout double

Upon return, contains the average code power measured among the set of inactive channels 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.

peakInactivePowerout double

Upon return, contains the largest measured code power among the set of inactive channels 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.

Returns

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