RFmxCdma2kMXSlotPowerSynchronizationMode Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies whether the measurement is performed from the frame or slot boundary.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxCdma2kMXSlotPowerSynchronizationMode
Public Enumeration RFmxCdma2kMXSlotPowerSynchronizationMode
Members
| Member name | Value | Description |
|---|---|---|
| Frame | 0 | The frame boundary is detected, and the measurement is performed over the number of slots specified by the SetMeasurementLength(String, Int32) method starting at the SlotPower measurement offset slots from the frame boundary. |
| Slot | 1 | The slot boundary is detected, and the measurement is performed over the number of slots specified by the SlotPower Meas Length method starting at the SlotPower measurement offset slots from the slot boundary. |