RFmxSpecAnMXCcdfResults Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to fetch and read the CCDF measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public class RFmxSpecAnMXCcdfResults : RFmxSpecAnMXSubObject
Remarks
For more information about RFmx SpecAn, refer to the RFmx SpecAn Help.
Thread Safety
Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Methods
| Name | Description |
|---|---|
| FetchBasicPowerProbabilities(string, double, out double, out double, out double, out double, out double, out double) | Fetches complementary cumulative distribution function (CCDF) power probabilities. |
| FetchGaussianProbabilitiesTrace(string, double, ref AnalogWaveform< float >) | Fetches the Gaussian probabilities trace for the complementary cumulative distribution function (CCDF) measurement. |
| FetchPower(string, double, out double, out double, out double, out int) | Fetches the mean power and peak power for the CCDF measurement. |
| FetchProbabilitiesTrace(string, double, ref AnalogWaveform< float >) | Fetches the probabilities trace for the complementary cumulative distribution function (CCDF) measurement. |
| GetMeanPower(string, out double) | Gets the average power, in dBm, of all the samples. |
| GetMeanPowerPercentile(string, out double) | Gets the percentage of samples that have more power than the value returned by the GetMeanPower(string, out double) method. |
| GetMeasuredSamplesCount(string, out int) | Gets the total number of samples measured. The total number of samples includes only the samples above the threshold, when you set the SetThresholdEnabled(string, RFmxSpecAnMXCcdfThresholdEnabled) method to True. |
| GetOneHundredthPercentPower(string, out double) | Gets the power, in dB, above the mean power, over which 0.01% of the total samples in the signal are present. |
| GetOnePercentPower(string, out double) | Gets the power, in dB, above the mean power, over which 1% of the total samples in the signal are present. |
| GetOneTenThousandthPercentPower(string, out double) | Gets the power, in dB, above the mean power, over which 0.0001% of the total samples in the signal are present. |
| GetOneTenthPercentPower(string, out double) | Gets the power, in dB, above the mean power, over which 0.1% of the total samples in the signal are present. |
| GetOneThousandthPercentPower(string, out double) | Gets the power, in dB, above the mean power, over which 0.001% of the total samples in the signal are present. |
| GetPeakPower(string, out double) | Gets the peak power of the acquired signal, relative to the GetMeanPower(string, out double) method. |
| GetTenPercentPower(string, out double) | Gets the power, in dB, above the mean power, over which 10% of the total samples in the signal are present. |
| Read(string, double, out double, out double, out double, out int) | Configures hardware for acquisition, performs measurement on acquired data, and returns complementary cumulative distribution function (CCDF) measurement results. |