RFmxCdma2kMXSlotPowerConfiguration Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to configure the SlotPower measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public class RFmxCdma2kMXSlotPowerConfiguration : RFmxCdma2kMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureSynchronizationModeAndInterval(string, RFmxCdma2kMXSlotPowerSynchronizationMode, int, int) | Configures the synchronizationMode, measurementOffset, and measurementLength parameters for the SlotPower measurement. |
| 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. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxCdma2kMXSlotPowerSynchronizationMode) method. This value is expressed in slots. |
| GetReceiveFilterEnabled(string, out RFmxCdma2kMXSlotPowerReceiveFilterEnabled) | Gets whether to enable the received filter for the SlotPower measurement. Use this method to disable the filter, if the received signal is already filtered. |
| GetSpectrumInverted(string, out RFmxCdma2kMXSlotPowerSpectrumInverted) | Gets whether the spectrum of the signal is inverted. |
| GetSynchronizationMode(string, out RFmxCdma2kMXSlotPowerSynchronizationMode) | Gets whether the measurement is performed from the frame or 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. The synchronization boundary is specified by the SetSynchronizationMode(string, RFmxCdma2kMXSlotPowerSynchronizationMode) method. This value is expressed in slots. |
| SetReceiveFilterEnabled(string, RFmxCdma2kMXSlotPowerReceiveFilterEnabled) | Sets whether to enable the received filter for the SlotPower measurement. Use this method to disable the filter, if the received signal is already filtered. |
| SetSpectrumInverted(string, RFmxCdma2kMXSlotPowerSpectrumInverted) | Sets whether the spectrum of the signal is inverted. |
| SetSynchronizationMode(string, RFmxCdma2kMXSlotPowerSynchronizationMode) | Sets whether the measurement is performed from the frame or slot boundary. |