Provides methods to fetch and read the PVT measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public class RFmxGsmMXPvtResults : RFmxGsmMXSubObject

Methods

NameDescription
FetchMeasurementStatus(string, double, out RFmxGsmMXPvtMeasurementStatus)

Fetches the overall PVT measurement status based on the standard defined measurement limits.

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

Fetches the upper mask, signal power, and lower mask trace.

FetchSlotMeasurement(string, double, out double, out double, out RFmxGsmMXPvtSlotMeasurementStatus, out double, out double, out double)

Fetches the measurement results for a single-slot PVT measurement.
Use "slot(n)" as the selector string to read results from this method.

FetchSlotMeasurementArray(string, double, ref double[], ref double[], ref RFmxGsmMXPvtSlotMeasurementStatus[], ref double[], ref double[], ref double[])

Fetches the PVT measurement results for each slot.

GetMeasurementStatus(string, out RFmxGsmMXPvtMeasurementStatus)

Indicates the overall measurement status based on standard-defined limits.

GetSlotAveragePower(string, out double)

Gets the mean power of the signal, averaged over the corresponding slots of each acquisition. This value is expressed in dBm. Use "slot(n)" as the selector string to read this method.

GetSlotBurstThreshold(string, out double)

Gets the threshold that the power versus time (PVT) measurement uses to determine the burst validity. This value is expressed in dBm. Use "slot(n)" as the selector string to read this method.

GetSlotBurstWidth(string, out double)

Gets the burst width for the slot where the -3 dB transition points occur. This value is expressed in seconds. Use "slot(n)" as the selector string to read this method.

GetSlotMaximumPower(string, out double)

Gets the maximum power of the signal, averaged over the corresponding slots of each acquisition. This value is expressed in dBm. Use "slot(n)" as the selector string to read this method.

GetSlotMeasurementStatus(string, out RFmxGsmMXPvtSlotMeasurementStatus)

Indicates the power versus time (PVT) measurement status for a particular slot. Use "slot(n)" as the selector string to read this method.

GetSlotMinimumPower(string, out double)

Gets the minimum power of the signal, averaged over the corresponding slots of each acquisition. This value is expressed in dBm. Use "slot(n)" as the selector string to read this method.