Provides methods to fetch and read the TXP measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public class RFmxWlanMXTxpResults : RFmxWlanMXSubObject

Methods

NameDescription
FetchMeasurement(string, double, out double, out double)

Returns the average power and the peak power of the signal over which power measurements are performed.
Use "segment(n)/chain(k)" as the selector string to read results from this method.

FetchPowerTrace(string, double, ref AnalogWaveform< float >)

Returns the power versus time trace.
Use "segment(n)/chain(k)" as the selector string to read results from this method.

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.