RFmxWlanMXTxpResults Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to fetch and read the TXP measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public class RFmxWlanMXTxpResults : RFmxWlanMXSubObject
Methods
| Name | Description |
|---|---|
| FetchMeasurement(string, double, out double, out double) | Returns the average power and the peak power of the signal over which power measurements are performed. |
| FetchPowerTrace(string, double, ref AnalogWaveform< float >) | Returns the power versus time trace. |
| GetAveragePowerMean(string, out double) | Gets the average power of the acquired signal. This value is expressed in dBm. |
| GetPeakPowerMaximum(string, out double) | Gets the peak power of the acquired signal. This value is expressed in dBm. |