RFmxLteMXTxpResults Class
- Updated2025-04-08
- 1 minute(s) read
Provides methods to fetch and read the TXP measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public class RFmxLteMXTxpResults : RFmxLteMXSubObject
Methods
Name | Description |
---|---|
FetchMeasurement(string, double, out double, out double) | Fetches the average power and peak power of the the signal over which power measurments are performed. |
FetchPowerTrace(string, double, ref AnalogWaveform< float >) | Fetches power versus time trace. |
GetAveragePowerMean(string, out double) | Gets the average power of the acquired signal. |
GetPeakPowerMaximum(string, out double) | Gets the peak power of the acquired signal. |