RFmxEvdoMXSlotPhaseConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the SlotPhase measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXSlotPhaseConfiguration : RFmxEvdoMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureSynchronizationModeAndInterval(string, RFmxEvdoMXSlotPhaseSynchronizationMode, int, int) | Configures the synchronization mode, measurement offset, and measurement length. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces after performing the SlotPhase measurement. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the SlotPhase measurement. |
| GetMeasurementLength(string, out int) | Gets the duration of the SlotPhase measurement. This value is expressed in slots. |
| GetMeasurementOffset(string, out int) | 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, RFmxEvdoMXSlotPhaseSynchronizationMode)property. |
| GetReceiveFilterEnabled(string, out RFmxEvdoMXSlotPhaseReceiveFilterEnabled) | Gets whether to enable receive filtering. |
| GetSpectrumInverted(string, out RFmxEvdoMXSlotPhaseSpectrumInverted) | Gets whether the signal spectrum is inverted. |
| GetSynchronizationMode(string, out RFmxEvdoMXSlotPhaseSynchronizationMode) | Gets whether the measurement is performed from the frame or the slot boundary. |
| GetTransientDuration(string, out double) | Gets the transient duration for the SlotPhase measurement. This value is expressed in seconds. |
| SetAllTracesEnabled(string, bool) | Sets whether to enable the traces after performing the SlotPhase measurement. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the SlotPhase measurement. |
| SetMeasurementLength(string, int) | Sets the duration of the SlotPhase measurement. This value is expressed in slots. |
| SetMeasurementOffset(string, int) | 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, RFmxEvdoMXSlotPhaseSynchronizationMode)property. |
| SetReceiveFilterEnabled(string, RFmxEvdoMXSlotPhaseReceiveFilterEnabled) | Sets whether to enable receive filtering. |
| SetSpectrumInverted(string, RFmxEvdoMXSlotPhaseSpectrumInverted) | Sets whether the signal spectrum is inverted. |
| SetSynchronizationMode(string, RFmxEvdoMXSlotPhaseSynchronizationMode) | Sets whether the measurement is performed from the frame or the slot boundary. |
| SetTransientDuration(string, double) | Sets the transient duration for the SlotPhase measurement. This value is expressed in seconds. |