FetchBasicPowerProbabilities(string, double, out double, out double, out double, out double, out double, out double)
- Updated2025-10-13
- 2 minute(s) read
Fetches complementary cumulative distribution function (CCDF) power probabilities.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int FetchBasicPowerProbabilities(string selectorString, double timeout, out double tenPercentPower, out double onePercentPower, out double oneTenthPercentPower, out double oneHundredthPercentPower, out double oneThousandthPercentPower, out double oneTenThousandthPercentPower)
Remarks
This method maps to the RFmxSpecAn_CCDFFetchBasicPowerProbabilities() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. Example: "", "result::r1". You can use the BuildResultString(string) method to build the selector string. |
| timeout | double | Specifies the timeout, in seconds, for fetching the specified measurement. 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. |
| tenPercentPower | out double | Upon return, contains the power, in dB, above the mean power, over which 10% of the total samples in the signal are present. |
| onePercentPower | out double | Upon return, contains the power, in dB, above the mean power, over which 1% of the total samples in the signal are present. |
| oneTenthPercentPower | out double | Upon return, contains the power, in dB, above the mean power, over which 0.1% of the total samples in the signal are present. |
| oneHundredthPercentPower | out double | Upon return, contains the power, in dB, above the mean power, over which 0.01% of the total samples in the signal are present. |
| oneThousandthPercentPower | out double | Upon return, contains the power, in dB, above the mean power, over which 0.001% of the total samples in the signal are present. |
| oneTenThousandthPercentPower | out double | Upon return, contains the power, in dB, above the mean power, over which 0.0001% of the total samples in the signal are present. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.