RFmxLteMXSlotPhaseConfiguration Class
- Updated2024-07-17
- 4 minute(s) read
RFmxLteMXSlotPhaseConfiguration Class
Provides methods to configure the SlotPhase measurement.
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public sealed class RFmxLteMXSlotPhaseConfiguration : RFmxLteMXSubObject
Public NotInheritable Class RFmxLteMXSlotPhaseConfiguration Inherits RFmxLteMXSubObject
The RFmxLteMXSlotPhaseConfiguration type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConfigureSynchronizationModeAndInterval |
Configures the synchronizationhronizationMode, measurementOffset, and measurementLength parameters of SlotPhase measurement. | |
| Equals | (Inherited from Object.) | |
| GetAllTracesEnabled |
Gets whether to enable the traces to be stored and retrieved after performing the SlotPhase measurement.
| |
| GetCommonClockSourceEnabled |
Gets whether the same Reference Clock is used for local oscillator and the digital-to-analog converter. When the same Reference Clock is used, the carrier frequency offset is proportional to Sample Clock error.
| |
| GetExclusionPeriodEnabled |
Gets whether to exclude some portions of the slots when calculating the phase. This method is applicable only when there is a power change at the slot boundary. Refer to section 6.5.2.1A of the 3GPP 36.521-1 specification for more information about the exclusion.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMeasurementEnabled |
Gets whether to enable the SlotPhase measurement.
| |
| GetMeasurementLength |
Gets the number of slots to be measured. This value is expressed in slots.
| |
| GetMeasurementOffset |
Gets the measurement offset to skip from the synchronization boundary. This value is expressed in slots. The synchronization boundary is specified by the SetSynchronizationMode(String, RFmxLteMXSlotPhaseSynchronizationMode) method.
| |
| GetSpectrumInverted |
Gets whether the spectrum of the measured signal is inverted. The inversion happens when the I and the Q components of the baseband complex signal are swapped.
| |
| GetSynchronizationMode |
Gets whether the measurement is performed from the frame or the slot boundary.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetAllTracesEnabled |
Sets whether to enable the traces to be stored and retrieved after performing the SlotPhase measurement.
| |
| SetCommonClockSourceEnabled |
Sets whether the same Reference Clock is used for local oscillator and the digital-to-analog converter. When the same Reference Clock is used, the carrier frequency offset is proportional to Sample Clock error.
| |
| SetExclusionPeriodEnabled |
Sets whether to exclude some portions of the slots when calculating the phase. This method is applicable only when there is a power change at the slot boundary. Refer to section 6.5.2.1A of the 3GPP 36.521-1 specification for more information about the exclusion.
| |
| SetMeasurementEnabled |
Sets whether to enable the SlotPhase measurement.
| |
| SetMeasurementLength |
Sets the number of slots to be measured. This value is expressed in slots.
| |
| SetMeasurementOffset |
Sets the measurement offset to skip from the synchronization boundary. This value is expressed in slots. The synchronization boundary is specified by the SetSynchronizationMode(String, RFmxLteMXSlotPhaseSynchronizationMode) method.
| |
| SetSpectrumInverted |
Sets whether the spectrum of the measured signal is inverted. The inversion happens when the I and the Q components of the baseband complex signal are swapped.
| |
| SetSynchronizationMode |
Sets whether the measurement is performed from the frame or the slot boundary.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |