RFmxEvdoMXSlotPowerConfiguration Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to configure the SlotPower measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXSlotPowerConfiguration : RFmxEvdoMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureSynchronizationModeAndInterval(string, RFmxEvdoMXSlotPowerSynchronizationMode, int, int) | Configures the synchronization mode, measurement offset, and measurement length. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the SlotPower measurement. |
| GetMeasurementLength(string, out int) | Gets the duration of the SlotPower 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, RFmxEvdoMXSlotPowerSynchronizationMode) method. |
| GetReceiveFilterEnabled(string, out RFmxEvdoMXSlotPowerReceiveFilterEnabled) | Gets whether to enable receive filtering. |
| GetSpectrumInverted(string, out RFmxEvdoMXSlotPowerSpectrumInverted) | Gets whether the signal spectrum is inverted. |
| GetSynchronizationMode(string, out RFmxEvdoMXSlotPowerSynchronizationMode) | Gets whether the measurement is performed from the frame or the slot boundary. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the SlotPower measurement. |
| SetMeasurementLength(string, int) | Sets the duration of the SlotPower 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, RFmxEvdoMXSlotPowerSynchronizationMode) method. |
| SetReceiveFilterEnabled(string, RFmxEvdoMXSlotPowerReceiveFilterEnabled) | Sets whether to enable receive filtering. |
| SetSpectrumInverted(string, RFmxEvdoMXSlotPowerSpectrumInverted) | Sets whether the signal spectrum is inverted. |
| SetSynchronizationMode(string, RFmxEvdoMXSlotPowerSynchronizationMode) | Sets whether the measurement is performed from the frame or the slot boundary. |