RFmxCdma2kMXCdaResults.FetchCodeDomainPower Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Returns the scalar code domain power results.
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 FetchCodeDomainPower( string selectorString, double timeout, out double totalPower, out double totalActivePower, out double meanActivePower, out double peakActivePower, out double meanInactivePower, out double peakInactivePower )
Public Function FetchCodeDomainPower ( 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 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.
- totalPower Double
-
Upon return, contains the mean power of the received signal. This value is expressed in dBm.
- totalActivePower Double
-
Upon return, contains the sum of the powers of all active code channels. If you set the SetPowerUnit(String, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the RFmxCdma2kMXCdaResults.GetTotalPower method.
- meanActivePower Double
-
Upon return, contains the average power of all active code channels. If you set the CDA Pwr Unit method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method.
- peakActivePower Double
-
Upon return, contains the maximum power among all active code channels. If you set the CDA Pwr Unit method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method.
- meanInactivePower Double
-
Upon return, contains the average code power measured among the set of inactive channels in the code domain of the base spreading factor. If you set the CDA Pwr Unit method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method.
- peakInactivePower Double
-
Upon return, contains the maximum measured code power among the set of inactive channels in the code domain of the base spreading factor. If you set the CDA Pwr Unit method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.