RFmxEvdoMXCdaResults.FetchUplinkCodeDomainIAndQPower Method
- Updated2024-07-17
- 2 minute(s) read
RFmxEvdoMXCdaResultsFetchUplinkCodeDomainIAndQPower Method
Fetches the I and Q mean active powers and the I and Q peak inactive powers.
Namespace: NationalInstruments.RFmx.EvdoMX
Assembly: NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int FetchUplinkCodeDomainIAndQPower( string selectorString, double timeout, out double iMeanActivePower, out double qMeanActivePower, out double iPeakInactivePower, out double qPeakInactivePower )
Public Function FetchUplinkCodeDomainIAndQPower ( selectorString As String, timeout As Double, <OutAttribute> ByRef iMeanActivePower As Double, <OutAttribute> ByRef qMeanActivePower As Double, <OutAttribute> ByRef iPeakInactivePower As Double, <OutAttribute> ByRef qPeakInactivePower As Double ) As Integer
Parameters
- selectorString
- Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used. - timeout
- Type: SystemDouble
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. - iMeanActivePower
- Type: SystemDouble
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. - qMeanActivePower
- Type: SystemDouble
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. - iPeakInactivePower
- Type: SystemDouble
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. - qPeakInactivePower
- Type: SystemDouble
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.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.