Provides methods to fetch and read the TXP measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public class RFmxNRMXTxpResults : RFmxNRMXSubObject

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 "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to read this result.

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

Fetches power versus time trace.
Use "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to read this result.

GetAveragePowerMean(string, out double)

Gets the average power of the acquired signal.

GetPeakPowerMaximum(string, out double)

Gets the peak power of the acquired signal.