Provides methods to fetch and read the TXP measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public class RFmxLteMXTxpResults : RFmxLteMXSubObject

Methods

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

Fetches the average power and peak power of the the signal over which power measurments are performed.
Use "subblock(n)" as the selector string to read results from this method.

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.