Provides methods to fetch and read the SlotPhase measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public class RFmxLteMXSlotPhaseResults : RFmxLteMXSubObject

Methods

NameDescription
FetchMaximumPhaseDiscontinuity(string, double, out double)

Fetches the maximum value of phase differences at slot boundaries within the measurement interval.
Use "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to read results from this method.

FetchMaximumPhaseDiscontinuityArray(string, double, ref double[])

Fetches the array of maximum values of phase differences at slot boundaries within the measurement interval.
Use "subblock(n)" as the selector string to read results from this method.

FetchPhaseDiscontinuities(string, double, ref double[])

Fetches the array of phase differences at slot boundaries within measurement interval.

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

Fetches the sample phase error trace for the SlotPhase measurement. At each sample, this is the phase difference between received signal and locally generated reference signal.

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

Fetches the sample phase error linear fit trace for the SlotPhase measurement. The linear fit is over the array of phase differences at each sample between the received signal and the locally generated reference signal.

GetMaximumPhaseDiscontinuity(string, out double)

Gets the maximum value of phase difference at the slot boundaries within the SetMeasurementLength(string, int). This values is expressed in degrees.