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

NameTypeDescription
selectorStringstring

Specifies the result name. Example: "", "result::r1". You can use the BuildResultString(string) method to build the selector string.

timeoutdouble

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.

tenPercentPowerout double

Upon return, contains the power, in dB, above the mean power, over which 10% of the total samples in the signal are present.

onePercentPowerout double

Upon return, contains the power, in dB, above the mean power, over which 1% of the total samples in the signal are present.

oneTenthPercentPowerout 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.

oneHundredthPercentPowerout 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.

oneThousandthPercentPowerout 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.

oneTenThousandthPercentPowerout 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.