RFmxEvdoMXCdaResults.FetchUplinkCodeDomainPower Method
- Updated2024-07-17
- 3 minute(s) read
RFmxEvdoMXCdaResultsFetchUplinkCodeDomainPower Method
Fetches the scalar code domain power results.
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 FetchUplinkCodeDomainPower( string selectorString, double timeout, out double totalPower, out double totalActivePower, out double meanActivePower, out double peakActivePower, out double meanInactivePower, out double peakInactivePower )
Public Function FetchUplinkCodeDomainPower ( selectorString As String, timeout As Double, <OutAttribute> ByRef totalPower As Double, <OutAttribute> ByRef totalActivePower As Double, <OutAttribute> ByRef meanActivePower As Double, <OutAttribute> ByRef peakActivePower As Double, <OutAttribute> ByRef meanInactivePower As Double, <OutAttribute> ByRef peakInactivePower 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. - totalPower
- Type: SystemDouble
Upon return, contains the mean power of the received signal. This value is expressed in dBm. - totalActivePower
- Type: SystemDouble
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. - meanActivePower
- Type: SystemDouble
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. - peakActivePower
- Type: SystemDouble
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. - meanInactivePower
- Type: SystemDouble
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. - peakInactivePower
- Type: SystemDouble
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.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.