RFmxLteMXSlotPhaseResults Class
- Updated2025-04-08
- 1 minute(s) read
Provides methods to fetch and read the SlotPhase measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public class RFmxLteMXSlotPhaseResults : RFmxLteMXSubObject
Methods
Name | Description |
---|---|
FetchMaximumPhaseDiscontinuity(string, double, out double) | Fetches the maximum value of phase differences at slot boundaries within the measurement interval. |
FetchMaximumPhaseDiscontinuityArray(string, double, ref double[]) | Fetches the array of maximum values of phase differences at slot boundaries within the measurement interval. |
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. |